mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fixed the renew URL
This commit is contained in:
parent
3b4fb2401d
commit
774e9870ae
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ logger = logging.getLogger(__name__)
|
|||
RENEWER_EXTRA_MSG = (
|
||||
" For automated renewal, you may want to use a script that stops"
|
||||
" and starts your webserver. You can find an example at"
|
||||
" https://letsencrypt.org/howitworks/#writing-your-own-renewal-script"
|
||||
". Alternatively you can use the webroot plugin to renew without"
|
||||
" https://certbot.eff.org/docs/using.html#renewal ."
|
||||
" Alternatively you can use the webroot plugin to renew without"
|
||||
" needing to stop and start your webserver.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue