mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: improve warning message about backups (#2797)
This commit is contained in:
parent
4d41c52db8
commit
05333f3c84
3 changed files with 15 additions and 15 deletions
|
|
@ -104,9 +104,9 @@ Your account credentials have been saved in your
|
|||
configuration directory at "%s".
|
||||
|
||||
You should make a secure backup of this folder now. This
|
||||
configuration directory will also contain certificates and
|
||||
private keys obtained from the ACME server so making regular
|
||||
backups of this folder is ideal.
|
||||
configuration directory will also contain private keys
|
||||
generated by lego and certificates obtained from the ACME
|
||||
server. Making regular backups of this folder is ideal.
|
||||
`
|
||||
|
||||
func run(ctx *cli.Context) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue