From 58062ca4a854056f2d79f0bbb4b9048e51e6bd56 Mon Sep 17 00:00:00 2001 From: Peter B Smith Date: Thu, 20 Oct 2016 09:12:29 -0400 Subject: [PATCH] Add Notice about ACM Given that ACM solves the same problem letsencrypt-aws does, it may be interesting for users of the repo to know about. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af9eb35..d9a9113 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,7 @@ An example IAM policy is: ] } ``` + + +### AWS Certificate Manager +January, 2016 Amazon released a LetsEncrypt-like product, [AWS Certificate Manager](http://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html), offering free SSL certs. It's limited to only AWS services, however, it may prove useful to some of you.