diff --git a/server/node/ssl/Generate Certificate.sh b/server/node/ssl/Generate Certificate.sh index 85850c6d..2cba2b56 100644 --- a/server/node/ssl/Generate Certificate.sh +++ b/server/node/ssl/Generate Certificate.sh @@ -4,5 +4,5 @@ openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout certificate/ca.key openssl req -new -nodes -newkey rsa:2048 -keyout certificate/server.key -out certificate/server.csr -config server.conf openssl x509 -req -in certificate/server.csr -CA certificate/ca.crt -CAkey certificate/ca.key -CAcreateserial -out certificate/server.crt -days 3650 -extensions req_ext -extfile server.conf -chmod 600 certificate/ca.key certificate/server.key -chmod 644 certificate/ca.crt certificate/server.crt certificate/server.csr \ No newline at end of file +chmod 644 certificate/ca.key certificate/server.key +chmod 644 certificate/ca.crt certificate/server.crt certificate/server.csr