From f3951d45241614264405cc02428d19b6dc12d603 Mon Sep 17 00:00:00 2001 From: Leo Espinosa Date: Tue, 17 Aug 2021 14:08:20 -0400 Subject: [PATCH] fix: Fixed a typo for domain in the first sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa7320..187f5d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MTA-STS/TLS-RPT AWS Module -This repo contains a module for deploying an [MTS-STS](https://tools.ietf.org/html/rfc8461) and [TLS-RPT](https://tools.ietf.org/html/rfc8460) policy for a domin in AWS using [Terraform](https://www.terraform.io/). +This repo contains a module for deploying an [MTS-STS](https://tools.ietf.org/html/rfc8461) and [TLS-RPT](https://tools.ietf.org/html/rfc8460) policy for a domain in AWS using [Terraform](https://www.terraform.io/). This consists of using CloudFront/S3 with a Custom Domain to host the MTA-STS policy, with a TLS certificate provided by AWS ACM. It uses Route53 to configure the DNS portions of both MTA-STS and TLS-RPT.