add readme file

This commit is contained in:
yoan 2024-08-23 17:25:11 +08:00
parent f13ba57851
commit 133e94966b
7 changed files with 60 additions and 3 deletions

View File

@ -39,6 +39,8 @@ archives:
format: zip
files:
- CHANGELOG.md
- LICENSE.md
- README.md
checksum:
name_template: "checksums.txt"

View File

@ -1,3 +1,8 @@
## v0.0.3
- 解决一些 bug
- 添加 README.md
## v0.0.1
- Initial release

21
LICENSE.md Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 Yoan.Liu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

29
README.md Normal file
View File

@ -0,0 +1,29 @@
<p align="center">
<a href="#" target="_blank" rel="noopener">
<img src="https://i.imgur.com/4ff4nUV.jpeg" alt="Certimate - Your Trusted SSL Automation Partner" />
</a>
</p>
# Certimate
Certimate 是一个开源的 SSL 证书管理工具,具有以下特点:
1. 支持私有部署:部署方法简单,只需下载二进制文件并执行即可完成安装。
2. 数据安全:由于是私有部署,所有数据均存储在本地,不会保存在服务商的服务器上,确保数据的安全性。
3. 操作方便:通过简单的配置即可轻松申请 SSL 证书,并且在证书即将过期时自动续期,无需人工干预。
Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决方案。
## 安装使用
你可以直接从[Releases 页](https://github.com/usual2970/certimate/releases)下载预先编译好的二进制文件,解压后执行:
```bash
./certimate serve
```
然后在浏览器中访问 http://127.0.0.1:8090 即可访问 Certimate 管理页面。
## 许可证
Certimate 采用 MIT 许可证,详情请查看 [LICENSE](LICENSE.md) 文件。

File diff suppressed because one or more lines are too long

2
ui/dist/index.html vendored
View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Certimate - Your Trusted SSL Automation Partner</title>
<script type="module" crossorigin src="/assets/index-BvAG2YSh.js"></script>
<script type="module" crossorigin src="/assets/index-FyOtRun2.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-6bfokHP3.css">
</head>
<body class="bg-background">

View File

@ -179,7 +179,7 @@ export default function Dashboard() {
href="https://github.com/usual2970/certimate/releases"
target="_blank"
>
Certimate v0.0.2
Certimate v0.0.3
</a>
</div>
</div>