No more in beta
parent
933bb9c3ec
commit
6365041b8d
|
@ -4,16 +4,12 @@ Google just announced its free ACME server: https://cloud.google.com/blog/produ
|
||||||
It supports multiple domains and wildcard domains. The lifetime of the cert is 90 days, too.
|
It supports multiple domains and wildcard domains. The lifetime of the cert is 90 days, too.
|
||||||
|
|
||||||
|
|
||||||
1. As it's still in beta preview version, you must sign up the Request access form here first:
|
1. Follow this guide to create your EAB key and EAB id:
|
||||||
|
|
||||||
https://docs.google.com/forms/d/e/1FAIpQLSd8zUIww_ztyT9a56OPq9NXISiyw6Y9g8S7LBtRQjxPhsHz5A/viewform?ts=620a6854
|
|
||||||
|
|
||||||
2. You will get email notification in a few hours if your request is accepted. Then follow this guide to create your EAB key and EAB id:
|
|
||||||
|
|
||||||
https://cloud.google.com/public-certificate-authority/docs/quickstart
|
https://cloud.google.com/public-certificate-authority/docs/quickstart
|
||||||
|
|
||||||
|
|
||||||
3. OK, Done. You can register an ACME and issue certs now:
|
2. OK, Done. You can register an ACME and issue certs now:
|
||||||
|
|
||||||
```
|
```
|
||||||
acme.sh --register-account -m myemail@example.com --server google \
|
acme.sh --register-account -m myemail@example.com --server google \
|
||||||
|
@ -21,7 +17,7 @@ It supports multiple domains and wildcard domains. The lifetime of the cert is
|
||||||
--eab-hmac-key xxxxxxx
|
--eab-hmac-key xxxxxxx
|
||||||
|
|
||||||
acme.sh --issue --server google \
|
acme.sh --issue --server google \
|
||||||
-d example.com --dns dns_cf
|
-d example.com --dns dns_googledomains
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue