-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
BuyPass.com CA
See https://github.com/Neilpang/acme.sh/pull/1989
Thanks to www.buypass.com
https://api.buypass.com/acme/directory https://www.buypass.com/ssl/resources/go-ssl-technical-specification
Usage:
First time register account with an email, the mail is required by buypass.com
acme.sh --server https://api.buypass.com/acme/directory \
--register-account --accountemail [email protected]
Then you can issue cert now.
acme.sh --server https://api.buypass.com/acme/directory \
--issue -d example.com -d www.example.com ..... \
--days 170
Since buypass cert has 180 days lifetime, so we specify --days 170
for acme.sh to renew the cert at the 170 th day.
If you don't specify days, it will renew at 60 days by default.
Once issued, you can renew the cert without --server
parameter.
acme.sh --renew -d example.com
Don't worry, all the certs will be automatically renewed as usual.
- It only supports ACME v1, no wildcard cert. but you can add as many domains to the cert as you want.
- It has 180 days lifetime.
- ECC cert is supported, but the signing root is a RSA root.
Buy me a beer, Donate to acme.sh if it saves your time. Your donation makes acme.sh better: https://donate.acme.sh/
如果 acme.sh 帮你节省了时间,请考虑赏我一杯啤酒🍺, 捐助: https://donate.acme.sh/ 你的支持将会使得 acme.sh 越来越好. 感谢