mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add dummy README.rst files
This commit is contained in:
parent
033ed589cc
commit
9883f8965d
10 changed files with 10 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include acme/testdata *
|
||||
|
|
|
|||
1
acme/README.rst
Normal file
1
acme/README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
ACME protocol implementation for Python
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include letsencrypt_apache/tests/testdata *
|
||||
include letsencrypt_apache/options-ssl-apache.conf
|
||||
|
|
|
|||
1
letsencrypt-apache/README.rst
Normal file
1
letsencrypt-apache/README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Apache plugin for Let's Encrypt client
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include letsencrypt_compatibility_test/testdata *
|
||||
|
|
|
|||
1
letsencrypt-compatibility-test/README.rst
Normal file
1
letsencrypt-compatibility-test/README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Compatibility tests for Let's Encrypt client
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include letsencrypt_nginx/tests/testdata *
|
||||
include letsencrypt_nginx/options-ssl-nginx.conf
|
||||
|
|
|
|||
1
letsencrypt-nginx/README.rst
Normal file
1
letsencrypt-nginx/README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Nginx plugin for Let's Encrypt client
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
include LICENSE.txt
|
||||
include README.rst
|
||||
recursive-include letshelp-letsencrypt/testdata *
|
||||
|
|
|
|||
1
letshelp-letsencrypt/README.rst
Normal file
1
letshelp-letsencrypt/README.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Let's help Let's Encrypt client
|
||||
Loading…
Reference in a new issue