mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Describe distributed Certbot components. (#7493)
This commit is contained in:
parent
9bc4286a27
commit
8956de6bee
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue