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.

Revisions

  1. Identity9165 created this gist Oct 5, 2018.
    5 changes: 5 additions & 0 deletions letsencrypt crt and key to pem for webmin
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    $ 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.