This commit is contained in:
Philip Peterson 2026-06-25 01:46:57 -07:00
parent 06afcbb818
commit f10ebc4e77

View file

@ -262,7 +262,7 @@ in {
-subj "/CN=mainframe.philippeterson.com" \
-keyout "$SSL_DIR/server.key" \
-out "$SSL_DIR/server.crt"
chmod 640 "$SSL_DIR/server.key"
chmod 600 "$SSL_DIR/server.key"
chmod 644 "$SSL_DIR/server.crt"
chown 999:999 "$SSL_DIR/server.key" "$SSL_DIR/server.crt"
fi