飞鱼

恭喜你发现了一个菜鸡博主。

如何使用 certbot 申请 RSA/ECC 证书

飞鱼 2020年03月02日 11:15:35
certbot 是一款可以自动申请 Let's Encrypt 免费SSL证书的工具。 操作环境 Debian 10 # 安装 certbot apt update apt install certbot 快速申请 RSA 证书 本操作需要在服务器上执行 # 关闭占用 80 端口的程序 # 自动申请证书向导 certbot certonly --standalone # 域名需要绑定到服务器IP # 多个域名请使用空格分开 ...

© 2020 飞鱼的博客