mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Warn sysadmins about privilege escalation risk (#6795)
This commit is contained in:
parent
9c405a3cd1
commit
a809c3697d
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ About Certbot
|
|||
|
||||
*Certbot is meant to be run directly on a web server*, normally by a system administrator. In most cases, running Certbot on your personal computer is not a useful option. The instructions below relate to installing and running Certbot on a server.
|
||||
|
||||
System administrators can use Certbot directly to request certificates; they should *not* allow unprivileged users to run arbitrary Certbot commands as ``root``, because Certbot allows its user to specify arbitrary file locations and run arbitrary scripts.
|
||||
|
||||
Certbot is packaged for many common operating systems and web servers. Check whether
|
||||
``certbot`` (or ``letsencrypt``) is packaged for your web server's OS by visiting
|
||||
certbot.eff.org_, where you will also find the correct installation instructions for
|
||||
|
|
|
|||
Loading…
Reference in a new issue