Now acme.sh speaks ACME v2

Hi Guys,

acme.sh speaks ACME v2 now.

It speaks both v1 and v2 automatically.

How to use:

Install the v2 branch

export BRANCH=2

curl https://get.acme.sh | sh

Lets try:

acme.sh  --server https://acme-staging-v02.api.letsencrypt.org/directory  --issue -d test.acme.sh --standalone

Limitations:

  1. Wildcard is on its way, just wait a moment.
  2. Tls-02 and revocation and some other feature is not working yet, due to the known bugs of boulder : ACME v2 Staging Server: Known Bugs/Issues
4 Likes

thanks for heads up and all the hard work mate :sunglasses:

question does staging or test parameters override --server parameter ?

--staging, --test Use staging server, just for test.

or for v2 just use --server minus --staging ?

--server is more preferred

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.