Install SSL Certificate on Webmin
Download and Extract SSL certificates
After getting an SSL certificate in a zip file via your email, download and extract certificate files (primary and intermediate certificate) to a local directory.
Replace old minserv.pem file:
Locate miniserv.Pem file (usually in /etc/webmin/). Now it is time to replace mineserv.Pem file with a combination of a private key and primary certificate. Basically, you can create a new miniserv.Pem file in two ways.
Run the command :
cat private.key yourcommonname.crt > new_miniserv.pem
Note: the private.key used in the above command is the file of your private key and
After getting an SSL certificate in a zip file via your email, download and extract certificate files (primary and intermediate certificate) to a local directory.
Replace old minserv.pem file:
Locate miniserv.Pem file (usually in /etc/webmin/). Now it is time to replace mineserv.Pem file with a combination of a private key and primary certificate. Basically, you can create a new miniserv.Pem file in two ways.
Run the command :
cat private.key yourcommonname.crt > new_miniserv.pem
Note: the private.key used in the above command is the file of your private key and
Comments