Created
March 28, 2016 14:44
-
-
Save raonirenosto/fea7a1dce4d7aa3e531c to your computer and use it in GitHub Desktop.
Como atualizar o certificado de segurança do aws cloud front. Utilizar o api_miniclinic_com_br.pem no lugar da chave pública
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws iam upload-server-certificate --server-certificate-name miniclinic --certificate-body file://api_miniclinic_com_br.pem --private-key file://aws_private.pem --certificate-chain file://aws_chain.pem --path /cloudfront/path/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment