From 175eb921c151eded985f668710d3b4e0a8f62990 Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 22 May 2024 02:27:08 +0530 Subject: [PATCH] Update run-locally-windows.md --- docs/docs/self-host/docker/run-locally-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-host/docker/run-locally-windows.md b/docs/docs/self-host/docker/run-locally-windows.md index 319e136bd..ae3629e6d 100644 --- a/docs/docs/self-host/docker/run-locally-windows.md +++ b/docs/docs/self-host/docker/run-locally-windows.md @@ -76,7 +76,7 @@ Environment Varaibles: | PFX_BASE64 | - | Base64 encoded PFX or p12 document signing certificate file. You can generate base64 encoded self sign certificate using the passphrase. | | PASS_PHRASE | opensign | Pass phrase of PFX or p12 document signing certificate file.| -# Steps to Generate Self Sign Certificate +# Steps to generate self-signed document singing certificate ``` # execute below command and use passphrase 'opensign' openssl genrsa -des3 -out ./local_dev.key 2048