diff --git a/v2/emailpassword/common-customizations/core/add-ssl-via-nginx.mdx b/v2/emailpassword/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/emailpassword/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/emailpassword/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates. diff --git a/v2/passwordless/common-customizations/core/add-ssl-via-nginx.mdx b/v2/passwordless/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/passwordless/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/passwordless/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates. diff --git a/v2/session/common-customizations/core/add-ssl-via-nginx.mdx b/v2/session/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/session/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/session/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates. diff --git a/v2/thirdparty/common-customizations/core/add-ssl-via-nginx.mdx b/v2/thirdparty/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/thirdparty/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/thirdparty/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates. diff --git a/v2/thirdpartyemailpassword/common-customizations/core/add-ssl-via-nginx.mdx b/v2/thirdpartyemailpassword/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/thirdpartyemailpassword/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates. diff --git a/v2/thirdpartypasswordless/common-customizations/core/add-ssl-via-nginx.mdx b/v2/thirdpartypasswordless/common-customizations/core/add-ssl-via-nginx.mdx index ef5cce9ab..5ff4740a9 100644 --- a/v2/thirdpartypasswordless/common-customizations/core/add-ssl-via-nginx.mdx +++ b/v2/thirdpartypasswordless/common-customizations/core/add-ssl-via-nginx.mdx @@ -78,7 +78,7 @@ We are going to be using a self signed certificates since we are developing loca - Run the following command to generate a self signed certificate using OpenSSL: ```bash - openssl req -x509 -nodes newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt + openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt ``` - You can set the values `ssl_certificate` and `ssl_certificate_key` in the NGINX config to specify the locations of the newly generated certificates.