From 2be96b6be38e18667e855c39a393d88fbbc37719 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Sun, 9 Aug 2020 10:06:17 +0800 Subject: [PATCH] Updated ZeroSSL.com CA (markdown) --- ZeroSSL.com-CA.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ZeroSSL.com-CA.md b/ZeroSSL.com-CA.md index cc7a5f5..a809980 100644 --- a/ZeroSSL.com-CA.md +++ b/ZeroSSL.com-CA.md @@ -1 +1,23 @@ Using ZeroSSL.com CA + + +1. Get your External Account Binding(EAB) credentials at www.zerossl.com + +2. Register acme account: + +``` +acme.sh --register-account --server https://acme.zerossl.com/v2/DV90 \ + --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. + +``` +acme.sh --server https://acme.zerossl.com/v2/DV90 \ + --issue -d example.com \ + --dns dns_cf +``` + +More details: https://github.com/acmesh-official/acme.sh/wiki/How-to-issue-a-cert +