From 63090b82e3327074ac088fb399e0e7c54f0087c7 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:11:07 +0530 Subject: [PATCH] Update run-locally.md --- docs/docs/self-host/docker/run-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index 26ed01e2b..9943dea13 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -34,7 +34,7 @@ Environment Varaibles: # Steps to Generate Self Sign Certificate ``` -# execute below command and use passphrase emudhra +# execute below command and use passphrase 'opensign' openssl genrsa -des3 -out ./cert/local_dev.key 2048 openssl req -key ./cert/local_dev.key -new -x509 -days 365 -out ./cert/local_dev.crt openssl pkcs12 -inkey ./cert/local_dev.key -in ./cert/local_dev.crt -export -out ./cert/local_dev.pfx