Skip to content

Commit

Permalink
Update base_system.rst
Browse files Browse the repository at this point in the history
We need to change the `rm` command into the `Disable Let's Encrypt` section.
If we remove all the content of the path `/etc/letsencrypt/` we loose the `/etc/letsencrypt/renewal-hooks/deploy/10nethserver` script, too.
This deletion make the system unable to put in production a new LE certificate.
  • Loading branch information
nrauso authored Jan 18, 2023
1 parent 5764187 commit 10a6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator-manual/en/base_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Let's Encrypt certificate can be disabled following these steps:

::

rm -rf /etc/letsencrypt/*
rm -rf /etc/letsencrypt/{accounts,archive,csr,keys,live,renewal}
config setprop pki LetsEncryptDomains ''

Shutdown
Expand Down

0 comments on commit 10a6595

Please sign in to comment.