From 41e1c969201125d70fde4458e7a3aeda6e278a5c Mon Sep 17 00:00:00 2001 From: Joel Coutinho Date: Wed, 11 Oct 2023 14:42:13 +0530 Subject: [PATCH] fix command to create SSL certificates --- .../common-customizations/core/add-ssl-via-nginx.mdx | 2 +- .../common-customizations/core/add-ssl-via-nginx.mdx | 2 +- v2/session/common-customizations/core/add-ssl-via-nginx.mdx | 2 +- v2/thirdparty/common-customizations/core/add-ssl-via-nginx.mdx | 2 +- .../common-customizations/core/add-ssl-via-nginx.mdx | 2 +- .../common-customizations/core/add-ssl-via-nginx.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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.