markdown Certbot在网站上启用https
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Certbot在网站上启用https相关的知识,希望对你有一定的参考价值。
### Use certbot
1. Go to [CertBot](https://certbot.eff.org)
2. Install:
```bash
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-nginx
```
3. Get Started:
```bash
$ sudo certbot --nginx
```
4. Follow configuration
5. Renew Certification.
```bash
$ sudo certbot renew --dry-run
```
以上是关于markdown Certbot在网站上启用https的主要内容,如果未能解决你的问题,请参考以下文章
Nginx 重定向(非 www 到 www)不适用于 Certbot
markdown 在自定义PHP网站上启用SSL证书
markdown 如何在带有Timber / twig的WordPress网站上启用和使用Yoast Breadcrumbs
markdown 如何在带有Timber / twig的WordPress网站上启用和使用Yoast Breadcrumbs
markdown Certbot
markdown Certbot与DNS挑战