1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

来此加密 SSL证书半自动申请脚本

This commit is contained in:
2024-01-30 15:28:14 +08:00
parent a4b148ed49
commit 75be10be20
3 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// console : https://letsencrypt.osfipin.com/user-0408/my/api
// Api docs: https://letsencrypt.apifox.cn/
const APIToken = ''
const User = ''
module.exports = { APIToken, User }