Compare commits
2 commits
cf24c6c044
...
12b57f221e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12b57f221e | ||
|
|
f10ebc4e77 |
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ in {
|
||||||
-subj "/CN=mainframe.philippeterson.com" \
|
-subj "/CN=mainframe.philippeterson.com" \
|
||||||
-keyout "$SSL_DIR/server.key" \
|
-keyout "$SSL_DIR/server.key" \
|
||||||
-out "$SSL_DIR/server.crt"
|
-out "$SSL_DIR/server.crt"
|
||||||
chmod 640 "$SSL_DIR/server.key"
|
chmod 600 "$SSL_DIR/server.key"
|
||||||
chmod 644 "$SSL_DIR/server.crt"
|
chmod 644 "$SSL_DIR/server.crt"
|
||||||
chown 999:999 "$SSL_DIR/server.key" "$SSL_DIR/server.crt"
|
chown 999:999 "$SSL_DIR/server.key" "$SSL_DIR/server.crt"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue