1
0
mirror of https://github.com/bitwarden/help synced 2025-12-12 14:23:15 +00:00

Remove duplicate cert file openssl param (#715)

This commit is contained in:
Chad Scharf
2021-08-20 11:00:54 -04:00
committed by GitHub
parent 92097f1c77
commit ab211b3976

View File

@@ -52,7 +52,7 @@ Complete the following steps to install Bitwarden manually:
``` ```
openssl pkcs12 -export -out ./identity/identity.pfx -inkey identity.key \ 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. 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. 6. Copy the created files to the `./bwdata/ssl` directory.