sh 获得证书
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 获得证书相关的知识,希望对你有一定的参考价值。
# install certbot
apt-get update
apt-get install -y software-properties-common
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install -y python-certbot-nginx
# get certificate
certbot --nginx
# renew certificate
certbot renew
以上是关于sh 获得证书的主要内容,如果未能解决你的问题,请参考以下文章
sh 获得apk证书sha1
sh 获得多个SAN的LE证书
https免费泛域名证书申请
Linux下使用acme.sh 配置https 免费证书
HTTPS之acme.sh申请证书
acme.sh及https证书实践