summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRandy Merrill <randy@blinkk.com>2020-06-26 12:46:12 -0600
committerRandy Merrill <randy@blinkk.com>2020-06-26 12:46:12 -0600
commitdcf743887d27fa11b113f45bc40be3a0cd2d8c31 (patch)
tree78bd511a7da6fcf729c29be9badc6e96e94ecb09 /README.md
parent391668a962c4b151ce10d3addb8f069944a6f876 (diff)
Updating the readme for the dns challenge.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ad530f..645e55f 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,16 @@ When you run the script, it will:
- Will write the certificate to `signed.crt` if ACME HTTP challenge is
successful.
+## dns challenge
+
+If you want to use the DNS challenge type provide it using the `--challenge` flag.
+
+```sh
+acmens --account-key user.key --email mail@example.com --challenge=dns --csr domain.csr > signed.crt
+```
+
+This will prompt you to update the DNS records to add a TXT record.
+
## revoking a certificate
First, you will need to the user account key for Let's Encrypt that was used