letscript证书生成以及查询证书过期时间

下载letsencrypt

git clone https://github.com/letsencrypt/letsencrypt.git

进入letsencrypt

cd letsencrypt

生成证书

 ./certbot-auto --help all
 ./letsencrypt-auto certonly --standalone

查看证书过期时间

openssl x509 -in server.crt -noout -dates

当前题目:letscript证书生成以及查询证书过期时间
网站链接:http://abwzjs.com/article/giphho.html