2024-10-17 18:32:45 +08:00
|
|
|
|
---
|
|
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
|
|
|
|
hero:
|
|
|
|
|
|
name: "Certd"
|
2024-10-20 00:18:50 +08:00
|
|
|
|
text: "开源、免费、全自动的证书管理工具"
|
2024-10-17 18:32:45 +08:00
|
|
|
|
tagline: 让你的网站证书永不过期
|
|
|
|
|
|
image:
|
2024-10-19 23:13:51 +08:00
|
|
|
|
src: /static/logo/logo.svg
|
2024-10-17 18:32:45 +08:00
|
|
|
|
alt: Certd
|
|
|
|
|
|
actions:
|
|
|
|
|
|
- theme: brand
|
|
|
|
|
|
text: 快速开始
|
2024-10-19 22:49:33 +08:00
|
|
|
|
link: /guide/start.md
|
2024-10-17 18:32:45 +08:00
|
|
|
|
- theme: alt
|
|
|
|
|
|
text: 演示教程
|
2024-10-19 22:49:33 +08:00
|
|
|
|
link: /guide/tutorial.md
|
2024-10-17 18:32:45 +08:00
|
|
|
|
- theme: alt
|
|
|
|
|
|
text: demo体验
|
2024-11-09 01:40:41 +08:00
|
|
|
|
link: https://certd.handfree.work
|
2024-10-17 18:32:45 +08:00
|
|
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
|
- title: 全自动申请证书
|
|
|
|
|
|
details: 支持所有注册商注册的域名
|
|
|
|
|
|
- title: 全自动部署证书
|
2025-09-29 21:00:28 +08:00
|
|
|
|
details: 支持部署到主机、阿里云、腾讯云等,目前已支持100+部署插件
|
2024-10-17 18:32:45 +08:00
|
|
|
|
- title: 多域名、泛域名打到一个证书上
|
|
|
|
|
|
details: 支持通配符域名/泛域名,支持多个域名打到一个证书上
|
2024-10-20 00:18:50 +08:00
|
|
|
|
- title: 多证书格式支持
|
2024-10-30 01:44:02 +08:00
|
|
|
|
details: 支持pem、pfx、der、jks等多种证书格式,支持Google、Letsencrypt、ZeroSSL证书颁发机构
|
2025-09-29 21:00:28 +08:00
|
|
|
|
- title: 私有化部署,数据安全
|
|
|
|
|
|
details: 授权数据加密存储,保障数据安全,支持SQLite、Postgresql、MySQL多种数据库
|
|
|
|
|
|
- title: 无痛升级
|
|
|
|
|
|
details: 有手就行,向下兼容,无需担心数据作废
|
2024-10-17 18:32:45 +08:00
|
|
|
|
---
|