Updated Google public CA (markdown)
parent
359bca10d9
commit
01dc498445
|
@ -1,6 +1,4 @@
|
||||||
Google just announced its free ACME server:
|
Google just announced its free ACME server: https://cloud.google.com/blog/products/identity-security/automate-public-certificate-lifecycle-management-via--acme-client-api
|
||||||
|
|
||||||
https://cloud.google.com/blog/products/identity-security/automate-public-certificate-lifecycle-management-via--acme-client-api
|
|
||||||
|
|
||||||
|
|
||||||
It supports multiple domains and wildcard domains.
|
It supports multiple domains and wildcard domains.
|
||||||
|
@ -20,7 +18,6 @@ https://cloud.google.com/public-certificate-authority/docs/quickstart
|
||||||
```
|
```
|
||||||
acme.sh --register-account -m myemail@example.com --server google
|
acme.sh --register-account -m myemail@example.com --server google
|
||||||
|
|
||||||
|
|
||||||
acme.sh --issue --server google \
|
acme.sh --issue --server google \
|
||||||
-d example.com --dns dns_cf
|
-d example.com --dns dns_cf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue