🏛 架构平台 Arch.Platform

certbot L1 平台

Certbot / Let's Encrypt SSL 证书自动化
部署 · 包(pip/npm) 真资产

📌 定位

L1 平台层的证书管理组件,为 `nginx` 提供免费、自动续期的 TLS 证书。是 HTTPS 服务的必要前置。

📦 复用信息

语言
python
包名
安装
apt install certbot
用法
certbot certonly --nginx -d intelab.cn -d www.intelab.cn
仓库
https://github.com/certbot/certbot
状态
stable

🏗️ 结构

原子性
原子
子组件数
0
Tags
sslletsencrypthttpstlscertificate

展开依赖树 →

🕸 依赖架构图

graph LR classDef L0 fill:#fee,stroke:#c00 classDef L1 fill:#ffd,stroke:#a80 classDef L2 fill:#ddf,stroke:#06c classDef L3 fill:#dfd,stroke:#080 subgraph L1["平台层"] certbot["certbot"] end class certbot L1

实线 → composed_of(代码层组合);虚线 → runtime_dependency(运行时/编排依赖)。详细层级请展开 依赖树

📜 版本历史 (0 个)

暂无版本记录(用 arch version create certbot --version 1.0.0 --intent major --changelog "..." --breaking-changes "..." 登记)

🐛 关联反馈 (0 个)

暂无反馈(用 arch feedback create 或 GitHub Action 登记)

📋 关联需求 (0 个)

暂无需求(登记新需求 →)

📜 被核心思想引用 (0 条)

暂无核心思想引用本组件


🗑️ 确认删除组件

certbot 将被软删除(is_archived=true), 不会从数据库物理移除。可通过「♻️ 恢复组件」按钮还原。

⚠️ 若该组件被其他组件 composed_of 引用,删除会被后端 409 拒绝, 需先解除依赖关系。