certbot-dns-aliyun
certbot-dns-aliyun copied to clipboard
阿里云 DNS 的 certbot 插件,用来解决阿里云 DNS 不能自动为通配符证书续期的问题
Results
2
certbot-dns-aliyun issues
Sort by
recently updated
recently updated
newest added
有多个不同的阿里云账户下的多个不同域名如何使用脚本进行续期操作 异常日志 The domain name belongs to other users. Transfer the domain name to the current user and then try the binding and setting actions.
docker run \ -e REGION=YOUR_REGEION \ -e ACCESS_KEY_ID=YOUR_ACCESS_KEY \ -e ACCESS_KEY_SECRET=YOUR_ACCESS_SECRET \ -e DOMAIN=YOUR_DOMAIN \ -e EMAIL=YOUR_NOTIFICATION_EMAIL \ // 证书刷新通知邮箱 -e CRON_SCHEDULE="0 0 * * *" \ // 自定义证书刷新间隔 -v...