sh 使用CertBot(nginx)创建证书
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用CertBot(nginx)创建证书相关的知识,希望对你有一定的参考价值。
1) sudo certbot --authenticator standalone --installer nginx -d domain.com --pre-hook "service nginx stop" --post-hook "service nginx start"
2) certbot --authenticator standalone --installer apache -d <yourdomain> --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2"
以上是关于sh 使用CertBot(nginx)创建证书的主要内容,如果未能解决你的问题,请参考以下文章
certbot在Centos7上配置合法签名证书,实现nginx的https访问
certbot在Centos7上配置合法签名证书,实现nginx的https访问
certbot在Centos7上配置合法签名证书,实现nginx的https访问
certbot在Centos7上配置合法签名证书,实现nginx的https访问
certbot https签发证书与自动更新——acme实在太难用,certbot一键式全搞定
Nginx使用certbot安装免费https证书使Nginx支持Https请求