Created
October 5, 2018 11:50
-
-
Save Identity9165/0323c6ed4aeaad7f2be5ac5e833e4621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ openssl pkcs12 -export -in certificate.crt -inkey private.key out combined.p12 | |
$ openssl pkcs12 -in combined.p12 -nodes -out combined.pem | |
Go to webmin > webmin configuration > SSL encryption > select upload certificate tab on the upper screen > at the certificate text area select " Combined with private key Entered below .." and select pem file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment