diff options
author | rsiddharth <s@ricketyspace.net> | 2020-08-02 20:56:59 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-08-02 20:56:59 -0400 |
commit | 2c00f346a465de26c0a13318457c37c1996dff39 (patch) | |
tree | 49d382389ea8bfb1413d6f5018a710905a18020e | |
parent | 62e5f605273d7879751b22b4ec8c9bef704340f3 (diff) |
README.md: dns challenge: update command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ When you run the script, it will: 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 +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. |