I have one server use cpanel with linux OS
but I have one account need export SSL Certificate to windows server
I saw some teaching post say use this command with root
In fact I do not find the domain key or crt file in /etc/ssl/certs/ or /etc/ssl/private
but I have one account need export SSL Certificate to windows server
I saw some teaching post say use this command with root
but in my server I do not find these fileopenssl pkcs12 -export -out /backup/domain_name.pfx -inkey /etc/ssl/private/domain_name.key -in /etc/ssl/certs/domain_name.crt
I can confirm these Certificate already installed/etc/ssl/private/domain_name.key
/etc/ssl/certs/domain_name.crt
In fact I do not find the domain key or crt file in /etc/ssl/certs/ or /etc/ssl/private