lemur icon indicating copy to clipboard operation
lemur copied to clipboard

Create AWS Certificate Manager Plugin

Open kevgliss opened this issue 8 years ago • 2 comments

This would be quite a bit of a departure from the current workflow as no CSR would be created for this plugin (or it could simply be ignored).

kevgliss avatar May 10 '16 19:05 kevgliss

ACM as added the ability to upload certificates to ACM. This is preferred over IAM for uploading new certificates.

http://boto3.readthedocs.io/en/latest/reference/services/acm.html#ACM.Client.import_certificate

kevgliss avatar Jun 07 '17 20:06 kevgliss

They also now support private certificates: https://aws.amazon.com/blogs/aws/aws-certificate-manager-launches-private-certificate-authority/

Slobs avatar Apr 12 '18 12:04 Slobs