Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Identity9165/0323c6ed4aeaad7f2be5ac5e833e4621 to your computer and use it in GitHub Desktop.
Save Identity9165/0323c6ed4aeaad7f2be5ac5e833e4621 to your computer and use it in GitHub Desktop.
$ 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