Convert SSL Certificate to PFX via cPanel

By |2020-07-11T06:37:21-05:00July 11th, 2020|Categories: Linux System, Network Security, Web Servers & Applications|Tags: , , , , |

We can convert an SSL Certificate to a .pfx file for Windows server. Requirement: WHM /Terminal access. Login to WHM panel, and open Terminal: 1) Store your private key file to the /backup directory. nano /backup/private.key Paste your private key script in the file, then save and close the file. 2) Store your certificate file to [...]