diff options
author | Randy Merrill <randy@blinkk.com> | 2020-06-26 12:46:12 -0600 |
---|---|---|
committer | Randy Merrill <randy@blinkk.com> | 2020-06-26 12:46:12 -0600 |
commit | dcf743887d27fa11b113f45bc40be3a0cd2d8c31 (patch) | |
tree | 78bd511a7da6fcf729c29be9badc6e96e94ecb09 | |
parent | 391668a962c4b151ce10d3addb8f069944a6f876 (diff) |
Updating the readme for the dns challenge.
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |