Convert GoDaddy SSL Certificate to PFK file on a Mac

preview_player
Показать описание
How to setup a Godaddy SSL Certificate on a Azure hosting website. First we need to create a CSR certificate rekey in Godaddy, then convert the file into a PFK file.

If you found this video handy please provide a Thumbs up so other can benefit.

In this video we follow through 3 steps to upload a SSL certificate.

***Prerequisite**
1. You have some knowledge of terminal on your MAC

Other Resources:
Рекомендации по теме
Комментарии
Автор

thank you for your video!! great help:)))
first command:
openssl req -new -nodes -keyout myserver.key -out server.csr -newkey rsa:2048

second command:
openssl pkcs12 -export -out myserver.pfx -inkey myserver.key -in myserver.crt

wlstjsdlweee
Автор

Thanks for this great video. Saved me 2 years in a row.

rretlaw