mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-20 19:29:54 +00:00
Add docker support
This commit is contained in:
parent
852d4fb358
commit
812050159f
17
README.md
17
README.md
@ -16,6 +16,8 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决
|
|||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
### 二进制文件
|
||||||
|
|
||||||
你可以直接从[Releases 页](https://github.com/usual2970/certimate/releases)下载预先编译好的二进制文件,解压后执行:
|
你可以直接从[Releases 页](https://github.com/usual2970/certimate/releases)下载预先编译好的二进制文件,解压后执行:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -24,6 +26,16 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决
|
|||||||
|
|
||||||
然后在浏览器中访问 http://127.0.0.1:8090 即可访问 Certimate 管理页面。
|
然后在浏览器中访问 http://127.0.0.1:8090 即可访问 Certimate 管理页面。
|
||||||
|
|
||||||
|
### Docker 安装
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docker-compose up -d
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
配置
|
||||||
|
|
||||||
默认账号:
|
默认账号:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -72,15 +84,10 @@ Certimate 申请证书后,会自动将证书部署到你指定的目标上,
|
|||||||
|
|
||||||
部署服务商授权信息和 dns 服务商授权信息一致,区别在于 dns 服务商授权信息用于证明域名是你的,部署服务商授权信息用于提供证书部署的授权信息。
|
部署服务商授权信息和 dns 服务商授权信息一致,区别在于 dns 服务商授权信息用于证明域名是你的,部署服务商授权信息用于提供证书部署的授权信息。
|
||||||
|
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
Certimate 采用 MIT 许可证,详情请查看 [LICENSE](LICENSE.md) 文件。
|
Certimate 采用 MIT 许可证,详情请查看 [LICENSE](LICENSE.md) 文件。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user