Last updated:
0 purchases
certbotaliyuncdn 0.1.0
Use the certbot client to install a certificate to a aliyun cdn server
Prepare an API Token
Fetch access-key id/secret pair on https://ram.console.aliyun.com/#/overview
Install certbot and plugin
pip install certbot-aliyun-cdn
Create a credentials file
certbot_alicdn:aliyun_cdn_access_key_id = "ALIYUN-ACCESS-KEY-ID"
certbot_alicdn:aliyun_cdn_access_key_secret = "ALIYUN-ACCESS-KEY-SECRET"
Install a certificate
certbot run -a SOME-AUTHENTICATOR-PLUGIN \
--reinstall --redirect \
-i certbot-aliyun-cdn:aliyun-cdn \
[--certbot-dns-dnspod:dns-dnspod-credentials PATH-TO-CREDENTIAL-FILE]
-d REPLACE-WITH-YOUR-DOMAIN
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.