最新文章
-
Ubuntu Server 20.04 使用Certbot申请免费泛域名SSL证书
测试使用环境 Ubuntu Server 20.04 cerbot版本1.7.0 1、登录服务器,需要有root权限。 2、执行命令:sudo apt install certbot (如果报错 请执行命令 sudo apt-get update ,请参考 https://www.wenzhan.cc/article/98 ) 3、获取证书:sudo certbot certonly --manual --preferred-challenges=dns 说明:certonly表示我……

