Skip to content
/ ssl Public
generated from dronestock/template

SSL证书自动更新插件,使用ACME生成证书,自动替换各个平台的证书,包括:1、创世云

License

Notifications You must be signed in to change notification settings

dronestock/ssl

Repository files navigation

项目

编译状态 Golang质量 版本 仓库大小 最后提交 授权协议 语言个数 最佳语言 星星个数

自动SSL证书,使用方法是在Drone里面增加一个Cron型的任务,自动更新证书,支持

  • 创世云
  • 腾讯云
    • CDN
    • API网关

使用

非常简单,只需要在.drone.yml里增加配置

- name: 刷新
  image: ccr.ccs.tencentyun.com/dronestock/ssl
  pull: always
  environment:
    ID_DNSPOD:
      from_secret: id_dnspod
    TOKEN_DNSPOD:
      from_secret: token_dnspod
    ID_SSL:
      from_secret: id_ssl
    KEY_SSL:
      from_secret: key_ssl
  settings:
    email: storezhang@gmail.com
    certificate:
      title: IT课
      domain: '*.itcoursee.com'
      type: dnspod
      environments:
        Id: $${ID_DNSPOD}
        Key: $${TOKEN_DNSPOD}
    tencent:
      id: $${ID_SSL}
      key: $${KEY_SSL}

更多使用教程,请参考文档

交流

微信群

捐助

支持宝 微信

插件列表

  • Git 使用Git推送和拉取代码
  • Maven Maven编译、打包、测试以及发布到仓库
  • Protobuf Protobuf编译、静态检查以及高级功能
  • Docker Docker编译、打包以及发布到镜像仓库
  • Node Node编译、打包以及发布到仓库
  • Cos 腾讯云对象存储基本配置、文件上传等
  • Mcu 各种模块依赖文件修改
  • Apisix Apisix网关插件
  • Ftp Ftp文件插件

感谢Jetbrains

本项目通过Jetbrains开源许可IDE编写源代码,特此感谢

Jetbrains图标

About

SSL证书自动更新插件,使用ACME生成证书,自动替换各个平台的证书,包括:1、创世云

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published