We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2413f commit 131c2e6Copy full SHA for 131c2e6
pages/reverse-proxies/nginx.mdx
@@ -54,6 +54,7 @@ sudo mkdir -p /var/www/certbot/.well-known/acme-challenge && sudo chown -R www-d
54
```bash
55
sudo ln -s /etc/nginx/sites-available/<subdomain.domain.tld> /etc/nginx/sites-enabled/
56
```
57
+Restart nginx to apply the changes: `nginx -s reload`. (Important to do before obtaining SSL certificate below.)
58
### Obtain SSL Certificates Using Webroot method:
59
60
sudo certbot certonly --webroot -w /var/www/certbot -d <subdomain.domain.tld> --email [email protected] --agree-tos --no-eff-email
0 commit comments