mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Emphasizing the warnings in the READMEs in /etc/letsencrypt/live/exam… (#5871)
* Emphasizing the warnings in the READMEs in /etc/letsencrypt/live/example.com * Making the warning more of a statement
This commit is contained in:
parent
a024aaf59d
commit
398bd4a2cd
1 changed files with 3 additions and 0 deletions
|
|
@ -1053,6 +1053,9 @@ class RenewableCert(object):
|
|||
"`cert.pem` : will break many server configurations, and "
|
||||
"should not be used\n"
|
||||
" without reading further documentation (see link below).\n\n"
|
||||
"WARNING: DO NOT MOVE THESE FILES!\n"
|
||||
" Certbot expects these files to remain in this location in order\n"
|
||||
" to function properly!\n\n"
|
||||
"We recommend not moving these files. For more information, see the Certbot\n"
|
||||
"User Guide at https://certbot.eff.org/docs/using.html#where-are-my-"
|
||||
"certificates.\n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue