godaddy ssl
godaddy sent a crt file when my ssl certificate expired and renewed. How do I get that into one of my apps?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by ChrisVDB on 11 Feb, 2021 03:06 AM
answer: create a .pfx file.
if you have lost your private key, create a csr:
copy the contents and generate the request on godaddy.
Wait until the request is approved and download your certificate as a zip-file. I chose Other as a server. Rename the provided .crt file to app.crt
Now generate the .pfx, using the private key you have saved.
It will ask for a passphrase, add it and remember it. upload the .pfx, name the certificate
and add the passphrase. This is what worked for me.
ChrisVDB closed this discussion on 11 Feb, 2021 03:06 AM.