We need to install a cert that is not self-signed for a client’s requirements, so I was going to purchase one from GoDaddy and just wanted to find out how we would go about setting that up on Gigalixir.
If you would like your own certificate installed, we can do that, we have a few customers that do this. We would need to securely get your certificate and key files from you and then we can apply them to your application.
We recommend using GPG for secure file transfer. You can get the signing key from the ubuntu keyserver:
gpg –keyserver keyserver.ubuntu.com –recv-keys 0x6D72EFC6279B30FC
Then encrypt the file with something like this:
gpg –encrypt –armor -r 6D72EFC6279B30FC $FILE
That should generate a $FILE.asc, which you can safely send to us.