diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e29a01 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## 快速开始 + +Encryption365 是由 [Trust Ocean](https://www.trustocean.cn/) 提供的一款TLS证书,可申请免费的IP或域名证书,但官方只提供了[宝塔插件](https://github.com/londry/Encryption365_Baota),这对非宝塔用户很不友好,本工具基于该插件API编写,支持自动化注册、登录、申请、安装与续签。 + +### 安装命令 + +``` +shell> curl -sL https://raw.githubusercontent.com/dnomd343/Encryption365/master/install.sh | sh + +# 国内用户使用以下命令 +shell> curl -sL https://raw.fastgit.org/dnomd343/Encryption365/master/install.sh | sh +``` + +### 使用说明 + +待补充...