From ab211b397688700a2b3f82010c3d3b3c97b57df0 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:00:54 -0400 Subject: [PATCH] Remove duplicate cert file openssl param (#715) --- _articles/hosting/install-on-premise-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/hosting/install-on-premise-manual.md b/_articles/hosting/install-on-premise-manual.md index 06c015ac..dcccfbef 100644 --- a/_articles/hosting/install-on-premise-manual.md +++ b/_articles/hosting/install-on-premise-manual.md @@ -52,7 +52,7 @@ Complete the following steps to install Bitwarden manually: ``` openssl pkcs12 -export -out ./identity/identity.pfx -inkey identity.key \ - -in identity.crt -certfile identity.crt -passout pass:IDENTITY_CERT_PASSWORD + -in identity.crt -passout pass:IDENTITY_CERT_PASSWORD ``` 5. Edit the `globalSettings__identityServer__certificatePassword` value in `./env/global.override.env` with your configured password. 6. Copy the created files to the `./bwdata/ssl` directory.