mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Following discussions in #7298. This PR moves the three Nginx TLS configuration files into a specific folder, tls_configs, update the MANIFEST to include this folder and its content into the certbot-nginx package, and update tests accordingly. * Move tls configuration files in a specific folder * Move new file
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
include LICENSE.txt
|
|
include README.rst
|
|
recursive-include docs *
|
|
recursive-include certbot_nginx/tests/testdata *
|
|
recursive-include certbot_nginx/tls_configs *.conf
|