I am using aws certificate manager for managing SSL. Recently I purchased a wildcard ssl *.example-private.com Now I need that SSL certificate to deploy on enterprise git instance on aws.
How can i download ssl from aws?
I am using aws certificate manager for managing SSL. Recently I purchased a wildcard ssl *.example-private.com Now I need that SSL certificate to deploy on enterprise git instance on aws.
How can i download ssl from aws?
Note: While this can be used to fetch the (already public) certificate, it does not download the private key necessary to use that certificate outside Amazon's systems.
It is now possible to download the certificate with the following command:
aws acm list-certificates / aws acm get-certificate
Ref:http://docs.aws.amazon.com/cli/latest/reference/acm/get-certificate.html
You can't, but you can get a free one from https://letsencrypt.org/certificates/.
Letsencrypt also offers an API backed by open source code to automatically update.