Skip to content

Commit 7cefefd

Browse files
wip
1 parent 26452ff commit 7cefefd

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/acme-certificate

1 file changed

+1
-1
lines changed

infrastructure/modules/acme-certificate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Terraform module to obtain a publicly trusted SSL certificate from the Let's E
99
- Automates [DNS-01 challenges](https://letsencrypt.org/docs/challenge-types/) via the [Lego azuredns](https://go-acme.github.io/lego/dns/azuredns/) provider.
1010
- Handles Lego's requirement for authoritative NS records on the leaf zone. e.g. if you need a certificate for `www.private.example.com` but only have a zone for `example.com`, you can use CNAME redirection (see examples below).
1111
- CNAME redirection of DNS challenge records, including optional creation of corresponding CNAMEs in Azure Private DNS zones to satisfy Lego's local checks (wildcards supported).
12-
- Stores created certificate in Azure Key Vault as a Certificate object.
12+
- Stores the issued certificate in Azure Key Vault as a Certificate object.
1313
- Also stores the certificate as a `.pfx` file in a base64-encoded Key Vault Secret with a strong randomised password, for compatibility with consumers that cannot use Certificate objects.
1414
- Supports multiple subscriptions (e.g. hub/spoke models).
1515
- Supports multiple Azure regions.

0 commit comments

Comments
 (0)