Update run-locally.md

This commit is contained in:
prafull-opensignlabs
2024-02-22 17:11:07 +05:30
committed by GitHub
parent 63b7cb8188
commit 63090b82e3
+1 -1
View File
@@ -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