首页 标签词为 "SSL" 的文章

安装证书步骤要配置的域名:xxxxx.cn, *.xxxxx.cn按以下步骤安装证书安装letsencrypt证书管理Certbot生成证书安装letsencrypt证书管理Certbotcertbot是管理letsencrypt的开源工具:安装:# yum install certbot //centos下使用该命令 # sudo apt-get install certbot //ubuntu下使用该命令生成证书运行如下命令:# certbot certonly --preferred-challenge...

阅读全文