mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04: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
5 lines
164 B
Text
5 lines
164 B
Text
include LICENSE.txt
|
|
include README.rst
|
|
recursive-include docs *
|
|
recursive-include certbot_nginx/tests/testdata *
|
|
recursive-include certbot_nginx/tls_configs *.conf
|