河南妞

关注

certbot free ssl

河南妞

关注

阅读 93

2022-05-22

Install certbot

yum install epel-release -y
yum install certbot -y

create ssl cert

certbot certonly -d "*.example.com" -d example.com --manual --preferred-challenges dns

add txt record to the dns

Check validity

openssl x509 -noout -dates -in /etc/letsencrypt/live/sohopay.com/cert.pem

Renew

echo "certbot renew" > /root/sslrenew.sh
chmod +x /root/sslrenew.sh

Add to crontab


0 0 1 * * /root/sslrenew.sh

相关推荐

gy2006_sw

使用Certbot配置SSL证书【ubuntu系统】

gy2006_sw 108 0 0

A邱凌

nginx 安装 ssl 证书,配置 https ,使用 Certbot 客户端免费配置 ssl 证书(centos7 下可以,其他版本自行测试)

A邱凌 163 0 0

扬帆远航_df7c

python2 安装 certbot

扬帆远航_df7c 26 0 0

ZSACH

Certbot签发和续费泛域名SSL证书(通过DNS TXT记录来验证域名有效性)

ZSACH 55 0 0

水沐由之

CertBot 更新证书失败解决

水沐由之 96 0 0

千行

Certbot-免费的https证书

千行 85 0 0

color_小浣熊

正确使用 acme.sh, 让你的网站永久使用 ssl 证书,It's free!

color_小浣熊 59 0 0

精进的医生

Schema Free

精进的医生 49 0 0

Yaphets_巍

lock-free和wait-free的讨论

Yaphets_巍 163 0 0

心存浪漫

cJSON库, cJSON_free和free区别

心存浪漫 24 0 0

精彩评论(0)

0 0 举报