Author: Michelle McCausland
The steps outlined here describe how to update an ssl cert for errigal-iris.
openssl genrsa -des3 -out mycert.key 2048openssl req -new -key mycert.key -out mycert.csropenssl rsa -in mycert.key -out mycert-nopass.keyPrivate Key = This is the key we generated earlier on our instance server, which we then removed the pass phrase from. Be sure to use the contents of the new file we created called mycert-nopass.key
Public Key Certificate = This is the public key file provided by Godaddy it should have your domain or key name in the actual file name
Certificate Chain = This is the bundle key file provided by Godaddy, it usually has the work bundle in the actual file name