From 07a7308a1163a629d3216467ce1b94ae5198728c Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 21 Jun 2021 21:21:24 +0800 Subject: [PATCH] Created SSL.com CA (markdown) --- SSL.com-CA.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SSL.com-CA.md diff --git a/SSL.com-CA.md b/SSL.com-CA.md new file mode 100644 index 0000000..cdb62b9 --- /dev/null +++ b/SSL.com-CA.md @@ -0,0 +1,19 @@ +SSL.com is providing free 90 days certs. + + + + + +1. Register an account: + +```sh +acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx +``` + +And also register an ECDSA account: + +```sh +acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc +``` + +