1 Star 1 Fork 5

wINDPAPa/getHttpsCerts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conf.properties 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
accessKeyId=LTAfdsfdsafdsadfsa
accessKeySecret=uhPYWWoSdADFyvaccdfsfdsafdsafds
certDomain=jd.com,360.com,qq.com
#默认type=1,说明运行本程序的服务器,是申请证书的服务器
#如果type=2,说明运行本程序的服务器,是另一台需要证书的服务器,则可以不配置上面的参数,主要是用于第第一台服务器申请了https证书过后,第二台服务器下载下来,继续使用
type=1
#如果type=2,则需要配置下面path参数,这2个参数代表申请证书的服务器,共享出来的证书的路径,注意,路径可以配置复杂些,避免被其他人猜到
certPemPath=http://xxxx.com/xxxxxxxxx/xxx.pem
certKeyPath=http://xxxx.com/xxxxxxxxx/xxx.key
#nginxPath都可以配置,配置后,可自动重启nginx,不配置,则不能重启
nginxPath=D:\\Program Files\\nginx-1.17.10
#for linux nginxPath=/usr/local/nginx/sbin/
################################# examples ###################################
################for type=1#####################
#type=1
#accessKeyId=LTAfdsfdsafdsadfsa
#accessKeySecret=uhPYWWoSdADFyvaccdfsfdsafdsafds
#certDomain=jd.com,360.com,qq.com
#nginxPath=D:\\Program Files\\nginx-1.17.10
################for type=2#####################
#type=2
#certPemPath=http://xxxx.com/xxxxxxxxx/xxx.pem
#certKeyPath=http://xxxx.com/xxxxxxxxx/xxx.key
#nginxPath=D:\\Program Files\\nginx-1.17.10
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/winddu1982/get-https-certs.git
git@gitee.com:winddu1982/get-https-certs.git
winddu1982
get-https-certs
getHttpsCerts
master

搜索帮助