Describe distributed Certbot components. (#7493)

This commit is contained in:
Brad Warren 2019-11-01 15:05:41 -07:00 committed by GitHub
parent 9bc4286a27
commit 8956de6bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,15 +197,20 @@ using an HTTP-01 challenge on a machine with Python 3:
Code components and layout
==========================
The following components of the Certbot repository are distributed to users:
acme
contains all protocol specific code
certbot
main client code
certbot-apache and certbot-nginx
client code to configure specific web servers
certbot.egg-info
configuration for packaging Certbot
certbot-dns-*
client code to configure DNS providers
certbot-auto and letsencrypt-auto
shell scripts to install Certbot and its dependencies on UNIX systems
windows installer
Installs Certbot on Windows and is built using the files in windows-installer/
Plugin-architecture
-------------------