Skip to content

This python script allows external users to import certificates to AWS certificate manager without the need to give access to AWS console.

Notifications You must be signed in to change notification settings

juanpciceri/import_certificates_to_ACM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

""" 
This script uses boto3 library from python, it allows an external user that does not have AWS console access
to import certificates to an AWS account if he has regular CLI access keys and proper role to interact with AWS certificate manager. 
Progam will ask to input three times, the first time user must input the .pem body, the second one, user must input  .key body and 
finally the third one user must include .crt body. The program will return the ARN of the certificate.

you must have a computer with python3 installed and boto3 in order to run this script sucessfully.
"""

About

This python script allows external users to import certificates to AWS certificate manager without the need to give access to AWS console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages