From 926a150b7f791b46deef35dcc77fe348a57aa056 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Tue, 11 Aug 2020 23:24:56 +0800 Subject: [PATCH] Updated ZeroSSL.com CA (markdown) --- ZeroSSL.com-CA.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ZeroSSL.com-CA.md b/ZeroSSL.com-CA.md index 49b6967..32986e4 100644 --- a/ZeroSSL.com-CA.md +++ b/ZeroSSL.com-CA.md @@ -8,18 +8,31 @@ Using ZeroSSL.com CA 2. Register acme account: ``` -acme.sh --register-account --server https://acme.zerossl.com/v2/DV90 \ +acme.sh --register-account --server zerossl \ --eab-kid xxxxxxxxxxxx \ --eab-hmac-key xxxxxxxxx ``` -3. Done. You can use Zerossl.com with `--server https://acme.zerossl.com/v2/DV90` as normal now. +3. Done. You can use Zerossl.com with `--server zerossl` as normal now. ``` -acme.sh --server https://acme.zerossl.com/v2/DV90 \ +acme.sh --server zerossl \ --issue -d example.com \ --dns dns_cf ``` +4. If you don't want to specify `--server zerossl` every time you issue a cert, you can set `zerossl` as the default CA: + +``` +acme.sh --set-default-ca --server zerossl +``` +Then you can issue any cert from zerossl: + +``` +acme.sh --issue -d example.com --dns dns_cf +``` + + + More details: https://github.com/acmesh-official/acme.sh/wiki/How-to-issue-a-cert