ssl

command module
v0.0.0-...-047fe50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

项目

编译状态 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图标

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL