The documentation here: https://github.com/acmesh-official/acme.sh/wiki/DNS-persist-mode
states that DNS persist mode is an alternative way of issuing certs. However, when attempting to run the very first step:
acme.sh --make-dns-persist-value -d example.com
I'm met with the following error:
Unknown parameter: --make-dns-persist-value
I seem to be using the latest version of Acme.sh, so I'm a bit confused by this:
# acme.sh --version
https://github.com/acmesh-official/acme.sh
v3.1.3
And I also tested this on the previous version 3.1.2 with the same result.
My end goal is to change from manual subdomains to a wildcard cert, and this seems like the easiest approach for me. Am I doing something wrong, is there a regression in these versions, or is the documentation wrong? Thanks!
The documentation here: https://github.com/acmesh-official/acme.sh/wiki/DNS-persist-mode
states that DNS persist mode is an alternative way of issuing certs. However, when attempting to run the very first step:
acme.sh --make-dns-persist-value -d example.comI'm met with the following error:
Unknown parameter: --make-dns-persist-valueI seem to be using the latest version of Acme.sh, so I'm a bit confused by this:
And I also tested this on the previous version 3.1.2 with the same result.
My end goal is to change from manual subdomains to a wildcard cert, and this seems like the easiest approach for me. Am I doing something wrong, is there a regression in these versions, or is the documentation wrong? Thanks!