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证书生成以及查询证书过期时间
文章URL:http://www.dvlbo.com/article/giphho.html
