some typo

This commit is contained in:
Ulf Gebhardt 2022-04-18 14:29:26 +02:00
parent 928e0ae372
commit 7b4d801652
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -81,8 +81,8 @@ sudo certbot
> No names were found in your configuration files. Please enter in your domain > stage1.gradido.net
# Note: this will throw an error regarding not beeing able to identify the nginx corresponding
# config but produce the required certificate - thats perfectly fine this way
# Troubleshoot: to manually renew a certificate with running nginx use:
# this might be required once to properly have things setup for the cron to autorenew
# Troubleshoot: to manually renew a certificate with running nginx use the following command:
# (this might be required once to properly have things setup for the cron to autorenew)
# sudo certbot --nginx -d example.com -d www.example.com
# Troubleshoot: to check ut if things working you can use
# sudo certbot renew --dry-run