From a4b977d243f3cfcdd209130ec696f6b8222bd889 Mon Sep 17 00:00:00 2001 From: Artem Nikitin Date: Sun, 23 Oct 2016 22:33:25 +0200 Subject: [PATCH 1/2] Add basic info about Certificate Manager --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 97ddd87..9717ab8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Table of Contents | [Device Farm](#device-farm) | [📗](#device-farm-basics) | | | | [IoT](#iot) | [📗](#iot-basics) | [📘](#iot-tips) | [📙](#iot-gotchas-and-limitations) | | [SES](#ses) | [📗](#ses-basics) | [📘](#ses-tips) | [📙](#ses-gotchas-and-limitations) | +| [Certificate Manager](#certificate-manager) | [📗](#certificate-manager-basics) | | | **Special Topics** @@ -1445,6 +1446,19 @@ SES - 🔸**Internet Access:** SES SMTP endpoints are on the Internet and will not be accessible from a location without Internet access (e.g. a private subnet without NAT gateway route in the routing table). In such a case, set up an SMTP relay instance in a subnet with Internet access and configure your application to send emails to this SMTP relay instance rather than SES. The relay should have a [forwarding rule to send all emails to SES](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp-existing-server.html)). ❗If you are using a proxy instead of a NAT, confirm that your proxy service supports SMTP. +Certificate Manager +------------------- + +### Certificate Manager Basics +- 📒 [Homepage](https://aws.amazon.com/certificate-manager/) ∙ [User guide](http://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) ∙ [FAQ](https://aws.amazon.com/certificate-manager/faqs/) ∙ [Pricing](https://aws.amazon.com/certificate-manager/pricing/) +- **Certificate Manager** is an AWS service for managing SSL/TLS certificates for AWS services. +- Supports import of already owned certificates and issuing new certificates. + +### Certificate Manager Alternatives and Lock-in +- Service allows import of existed certificates without limitations, but certificates issued via this service can't be used outside of AWS. + +🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md) + High Availability ----------------- From 98ae94a3abc131f4b0e6ff7ea17394ee7365c970 Mon Sep 17 00:00:00 2001 From: Artem Nikitin Date: Mon, 24 Oct 2016 15:23:30 +0200 Subject: [PATCH 2/2] Add fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9717ab8..3c36a0e 100644 --- a/README.md +++ b/README.md @@ -1451,11 +1451,11 @@ Certificate Manager ### Certificate Manager Basics - 📒 [Homepage](https://aws.amazon.com/certificate-manager/) ∙ [User guide](http://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) ∙ [FAQ](https://aws.amazon.com/certificate-manager/faqs/) ∙ [Pricing](https://aws.amazon.com/certificate-manager/pricing/) -- **Certificate Manager** is an AWS service for managing SSL/TLS certificates for AWS services. -- Supports import of already owned certificates and issuing new certificates. +- Use the **Certificate Manager** to manage SSL/TLS certificates in other AWS services. +- Supports importing existing certificates as well as issuing new ones. ### Certificate Manager Alternatives and Lock-in -- Service allows import of existed certificates without limitations, but certificates issued via this service can't be used outside of AWS. +- Certificates issued by the **Certificate Manager** can't be used outside of the services that support it. Imported certificates, however, can still be used elsewhere. 🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md)