mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Use shortlink for renewal setup instructions (#8874)
This commit is contained in:
parent
f88105a952
commit
e946479b9f
1 changed files with 1 additions and 2 deletions
|
|
@ -512,8 +512,7 @@ def _report_next_steps(config: interfaces.IConfig, installer_err: Optional[error
|
|||
"The certificate will need to be renewed before it expires. Certbot can "
|
||||
"automatically renew the certificate in the background, but you may need "
|
||||
"to take steps to enable that functionality. "
|
||||
"See https://certbot.eff.org/docs/using.html#automated-renewals for "
|
||||
"instructions.")
|
||||
"See https://certbot.org/renewal-setup for instructions.")
|
||||
|
||||
if not steps:
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue