Chmod
This commit is contained in:
parent
06afcbb818
commit
f10ebc4e77
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue