跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
MalacoKnowledge
搜索
搜索
登录
个人工具
登录
查看“Certbot”的源代码
页面
讨论
大陆简体
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
←
Certbot
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
certbot 是个自动签发 HTTPS 证书的 bot ==安装== <pre>sudo pacman -S certbot sudo pacman -S certbot-nginx</pre> ==使用== 先检查 nginx 有没有错误,没有报错才可以运行<pre>nginx -t</pre>没有报错则继续<pre>certbot -d DOMAIN1 -d DOMAIN2 -m YOUR_EMAIL --nginx certonly</pre> ==位置== <pre>Certificate is saved at: /etc/letsencrypt/live/DOMAIN/fullchain.pem Key is saved at: /etc/letsencrypt/live/DOMAIN/privkey.pem</pre> ==自动更新== <pre>sudo vim /etc/systemd/system/letsencrypt.service</pre><pre>[Unit] Description=Let's Encrypt renewal [Service] Type=oneshot ExecStart=/usr/bin/certbot renew --quiet --agree-tos ExecStartPost=/bin/systemctl reload nginx.service</pre><pre>sudo vim /etc/systemd/system/letsencrypt.timer</pre><pre>[Unit] Description=Monthly renewal of Let's Encrypt's certificates [Timer] OnCalendar=daily Persistent=true [Install] WantedBy=timers.target</pre>开机自启<pre>sudo systemctl enable letsencrypt.timer sudo systemctl start letsencrypt.timer</pre> [[分类:Server]]
返回
Certbot
。
开关有限宽度模式