Skip to content

orilights/dogecloud_ssl_renew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

dogecloud_ssl_renew

Warning

本脚本不包含证书签发功能,仅适用于已部署其他自动签发证书程序(如宝塔、acme.sh)的情况,利用其已签发的证书,上传至多吉云并绑定

将本地 SSL 证书上传至多吉云,并绑定至 CDN 域名

脚本运行需要 python 环境以及 requests、 cryptography 库

功能

  • 检测本地证书是否在多吉云中存在
  • 如不存在,上传证书至多吉云
  • 绑定证书至指定域名

参数

替换脚本中对应变量

  • access_key 多吉云 AccessKey
  • secret_key 多吉云 SecretKey
  • cert_path 本地证书路径(证书需要包含完整证书链)
  • private_key_path 本地私钥路径
  • apply_domain 需要绑定证书的域名列表

About

将本地 SSL 证书上传至多吉云,并绑定至 CDN 域名

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages