parent
2eae919cd5
commit
848ff61a0a
|
@ -2,12 +2,18 @@ See https://github.com/Neilpang/acme.sh/pull/1989
|
||||||
|
|
||||||
Thanks to www.buypass.com
|
Thanks to www.buypass.com
|
||||||
|
|
||||||
https://api.buypass.com/acme/directory
|
|
||||||
|
|
||||||
https://www.buypass.com/ssl/resources/go-ssl-technical-specification
|
https://www.buypass.com/ssl/resources/go-ssl-technical-specification
|
||||||
|
|
||||||
https://community.buypass.com/t/63d4ay/buypass-go-ssl-endpoints
|
https://community.buypass.com/t/63d4ay/buypass-go-ssl-endpoints
|
||||||
|
|
||||||
|
|
||||||
|
**Production:**
|
||||||
|
https://api.buypass.com/acme/directory
|
||||||
|
|
||||||
|
|
||||||
|
**Test environment:**
|
||||||
|
https://api.test4.buypass.no/acme/directory
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
First time register account with an email, the mail is required by buypass.com
|
First time register account with an email, the mail is required by buypass.com
|
||||||
|
@ -43,7 +49,7 @@ Don't worry, all the certs will be automatically renewed as usual.
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
1. It only supports ACME v1, no wildcard cert, but you can add up to 5 domains per cert.
|
1. BuyPass supports both v1 and v2 no wildcard cert, but you can add up to 5 domains per cert.
|
||||||
2. It has 180 days lifetime.
|
2. It has 180 days lifetime.
|
||||||
3. ECC cert is supported, but the signing root is a RSA root.
|
3. ECC cert is supported, but the signing root is a RSA root.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue