mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Describe distributed Certbot components. (#7493)
This commit is contained in:
@@ -197,15 +197,20 @@ using an HTTP-01 challenge on a machine with Python 3:
|
|||||||
Code components and layout
|
Code components and layout
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
The following components of the Certbot repository are distributed to users:
|
||||||
|
|
||||||
acme
|
acme
|
||||||
contains all protocol specific code
|
contains all protocol specific code
|
||||||
certbot
|
certbot
|
||||||
main client code
|
main client code
|
||||||
certbot-apache and certbot-nginx
|
certbot-apache and certbot-nginx
|
||||||
client code to configure specific web servers
|
client code to configure specific web servers
|
||||||
certbot.egg-info
|
certbot-dns-*
|
||||||
configuration for packaging Certbot
|
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
|
Plugin-architecture
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user