pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security py-acme/py-cerbot-*: updated to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f46bce41d16b
branches:  trunk
changeset: 345592:f46bce41d16b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 15 09:48:37 2019 +0000

description:
py-acme/py-cerbot-*: updated to 1.0.0

Certbot 1.0.0

Removed:
* The docs extras for the certbot-apache and certbot-nginx packages
  have been removed.

Changed:
* certbot-auto has deprecated support for systems using OpenSSL 1.0.1 that are
  not running on x86-64. This primarily affects RHEL 6 based systems.
* Certbot's config_changes subcommand has been removed
* certbot.plugins.common.TLSSNI01 has been removed.
* Deprecated attributes related to the TLS-SNI-01 challenge in
  acme.challenges and acme.standalone
  have been removed.
* The functions certbot.client.view_config_changes,
  certbot.main.config_changes,
  certbot.plugins.common.Installer.view_config_changes,
  certbot.reverter.Reverter.view_config_changes, and
  certbot.util.get_systemd_os_info have been removed
* Certbot's register --update-registration subcommand has been removed
* When possible, default to automatically configuring the webserver so all requests
  redirect to secure HTTPS access. This is mostly relevant when running Certbot
  in non-interactive mode. Previously, the default was to not redirect all requests.

diffstat:

 security/py-acme/PLIST                       |   59 +-----
 security/py-acme/distinfo                    |   10 +-
 security/py-certbot-apache/PLIST             |  292 ++++---------------------
 security/py-certbot-apache/distinfo          |   10 +-
 security/py-certbot-dns-dnsimple/PLIST       |   14 +-
 security/py-certbot-dns-dnsimple/distinfo    |   10 +-
 security/py-certbot-dns-dnsmadeeasy/PLIST    |   14 +-
 security/py-certbot-dns-dnsmadeeasy/distinfo |   10 +-
 security/py-certbot-dns-gehirn/PLIST         |   14 +-
 security/py-certbot-dns-gehirn/distinfo      |   10 +-
 security/py-certbot-dns-google/PLIST         |   15 +-
 security/py-certbot-dns-google/distinfo      |   10 +-
 security/py-certbot-dns-linode/PLIST         |   14 +-
 security/py-certbot-dns-linode/distinfo      |   10 +-
 security/py-certbot-dns-luadns/PLIST         |   14 +-
 security/py-certbot-dns-luadns/distinfo      |   10 +-
 security/py-certbot-dns-nsone/PLIST          |   14 +-
 security/py-certbot-dns-nsone/distinfo       |   10 +-
 security/py-certbot-dns-ovh/PLIST            |   14 +-
 security/py-certbot-dns-ovh/distinfo         |   10 +-
 security/py-certbot-dns-rfc2136/PLIST        |   14 +-
 security/py-certbot-dns-rfc2136/distinfo     |   10 +-
 security/py-certbot-dns-route53/PLIST        |   14 +-
 security/py-certbot-dns-route53/distinfo     |   10 +-
 security/py-certbot-dns-sakuracloud/PLIST    |   14 +-
 security/py-certbot-dns-sakuracloud/distinfo |   10 +-
 security/py-certbot-nginx/Makefile           |    6 +-
 security/py-certbot-nginx/PLIST              |  119 ++-------
 security/py-certbot-nginx/distinfo           |   10 +-
 security/py-certbot/Makefile                 |    4 +-
 security/py-certbot/Makefile.common          |    4 +-
 security/py-certbot/PLIST                    |  302 ++++++++------------------
 security/py-certbot/distinfo                 |   10 +-
 33 files changed, 338 insertions(+), 753 deletions(-)

diffs (truncated from 1479 to 300 lines):

diff -r ae323eb4ee4f -r f46bce41d16b security/py-acme/PLIST
--- a/security/py-acme/PLIST    Sun Dec 15 09:20:15 2019 +0000
+++ b/security/py-acme/PLIST    Sun Dec 15 09:48:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/10/02 17:36:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/12/15 09:48:37 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,87 +10,30 @@
 ${PYSITELIB}/acme/challenges.py
 ${PYSITELIB}/acme/challenges.pyc
 ${PYSITELIB}/acme/challenges.pyo
-${PYSITELIB}/acme/challenges_test.py
-${PYSITELIB}/acme/challenges_test.pyc
-${PYSITELIB}/acme/challenges_test.pyo
 ${PYSITELIB}/acme/client.py
 ${PYSITELIB}/acme/client.pyc
 ${PYSITELIB}/acme/client.pyo
-${PYSITELIB}/acme/client_test.py
-${PYSITELIB}/acme/client_test.pyc
-${PYSITELIB}/acme/client_test.pyo
 ${PYSITELIB}/acme/crypto_util.py
 ${PYSITELIB}/acme/crypto_util.pyc
 ${PYSITELIB}/acme/crypto_util.pyo
-${PYSITELIB}/acme/crypto_util_test.py
-${PYSITELIB}/acme/crypto_util_test.pyc
-${PYSITELIB}/acme/crypto_util_test.pyo
 ${PYSITELIB}/acme/errors.py
 ${PYSITELIB}/acme/errors.pyc
 ${PYSITELIB}/acme/errors.pyo
-${PYSITELIB}/acme/errors_test.py
-${PYSITELIB}/acme/errors_test.pyc
-${PYSITELIB}/acme/errors_test.pyo
 ${PYSITELIB}/acme/fields.py
 ${PYSITELIB}/acme/fields.pyc
 ${PYSITELIB}/acme/fields.pyo
-${PYSITELIB}/acme/fields_test.py
-${PYSITELIB}/acme/fields_test.pyc
-${PYSITELIB}/acme/fields_test.pyo
-${PYSITELIB}/acme/jose_test.py
-${PYSITELIB}/acme/jose_test.pyc
-${PYSITELIB}/acme/jose_test.pyo
 ${PYSITELIB}/acme/jws.py
 ${PYSITELIB}/acme/jws.pyc
 ${PYSITELIB}/acme/jws.pyo
-${PYSITELIB}/acme/jws_test.py
-${PYSITELIB}/acme/jws_test.pyc
-${PYSITELIB}/acme/jws_test.pyo
 ${PYSITELIB}/acme/magic_typing.py
 ${PYSITELIB}/acme/magic_typing.pyc
 ${PYSITELIB}/acme/magic_typing.pyo
-${PYSITELIB}/acme/magic_typing_test.py
-${PYSITELIB}/acme/magic_typing_test.pyc
-${PYSITELIB}/acme/magic_typing_test.pyo
 ${PYSITELIB}/acme/messages.py
 ${PYSITELIB}/acme/messages.pyc
 ${PYSITELIB}/acme/messages.pyo
-${PYSITELIB}/acme/messages_test.py
-${PYSITELIB}/acme/messages_test.pyc
-${PYSITELIB}/acme/messages_test.pyo
 ${PYSITELIB}/acme/standalone.py
 ${PYSITELIB}/acme/standalone.pyc
 ${PYSITELIB}/acme/standalone.pyo
-${PYSITELIB}/acme/standalone_test.py
-${PYSITELIB}/acme/standalone_test.pyc
-${PYSITELIB}/acme/standalone_test.pyo
-${PYSITELIB}/acme/test_util.py
-${PYSITELIB}/acme/test_util.pyc
-${PYSITELIB}/acme/test_util.pyo
-${PYSITELIB}/acme/testdata/README
-${PYSITELIB}/acme/testdata/cert-100sans.pem
-${PYSITELIB}/acme/testdata/cert-idnsans.pem
-${PYSITELIB}/acme/testdata/cert-nocn.der
-${PYSITELIB}/acme/testdata/cert-san.pem
-${PYSITELIB}/acme/testdata/cert.der
-${PYSITELIB}/acme/testdata/cert.pem
-${PYSITELIB}/acme/testdata/critical-san.pem
-${PYSITELIB}/acme/testdata/csr-100sans.pem
-${PYSITELIB}/acme/testdata/csr-6sans.pem
-${PYSITELIB}/acme/testdata/csr-idnsans.pem
-${PYSITELIB}/acme/testdata/csr-nosans.pem
-${PYSITELIB}/acme/testdata/csr-san.pem
-${PYSITELIB}/acme/testdata/csr.der
-${PYSITELIB}/acme/testdata/csr.pem
-${PYSITELIB}/acme/testdata/dsa512_key.pem
-${PYSITELIB}/acme/testdata/rsa1024_key.pem
-${PYSITELIB}/acme/testdata/rsa2048_cert.pem
-${PYSITELIB}/acme/testdata/rsa2048_key.pem
-${PYSITELIB}/acme/testdata/rsa256_key.pem
-${PYSITELIB}/acme/testdata/rsa512_key.pem
 ${PYSITELIB}/acme/util.py
 ${PYSITELIB}/acme/util.pyc
 ${PYSITELIB}/acme/util.pyo
-${PYSITELIB}/acme/util_test.py
-${PYSITELIB}/acme/util_test.pyc
-${PYSITELIB}/acme/util_test.pyo
diff -r ae323eb4ee4f -r f46bce41d16b security/py-acme/distinfo
--- a/security/py-acme/distinfo Sun Dec 15 09:20:15 2019 +0000
+++ b/security/py-acme/distinfo Sun Dec 15 09:48:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/11/14 18:28:17 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/12/15 09:48:37 adam Exp $
 
-SHA1 (acme-0.40.1.tar.gz) = fb1c61999578a8f9ee1b9cf3cab2c7b5b07eb877
-RMD160 (acme-0.40.1.tar.gz) = 2df04f82e96b2441a00d2173920c9768a0d46583
-SHA512 (acme-0.40.1.tar.gz) = 5b5013ce7eb4c14fcc213e614bccdfb5c7360f30178949a1132570878215943adf887041e7ab8a0c6053aa61a4e86168893165ededa2daf2ddf813d252f8cb85
-Size (acme-0.40.1.tar.gz) = 86518 bytes
+SHA1 (acme-1.0.0.tar.gz) = da00bef93499de45500137690e0527278b109443
+RMD160 (acme-1.0.0.tar.gz) = 80c0c9123f309b8dca3df778fcff8d94716eb800
+SHA512 (acme-1.0.0.tar.gz) = ef10d518938530f8a5f970d35a0d39129c2cc10edbe4aacb89e98e58a297b6961ea965ba7cfcd0242f56b722b67b91b5b94c7e50ddf36dfc70f46e106c24fea8
+Size (acme-1.0.0.tar.gz) = 78635 bytes
diff -r ae323eb4ee4f -r f46bce41d16b security/py-certbot-apache/PLIST
--- a/security/py-certbot-apache/PLIST  Sun Dec 15 09:20:15 2019 +0000
+++ b/security/py-certbot-apache/PLIST  Sun Dec 15 09:48:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/07/15 12:52:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/12/15 09:48:38 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,242 +8,54 @@
 ${PYSITELIB}/certbot_apache/__init__.py
 ${PYSITELIB}/certbot_apache/__init__.pyc
 ${PYSITELIB}/certbot_apache/__init__.pyo
-${PYSITELIB}/certbot_apache/apache_util.py
-${PYSITELIB}/certbot_apache/apache_util.pyc
-${PYSITELIB}/certbot_apache/apache_util.pyo
-${PYSITELIB}/certbot_apache/augeas_lens/httpd.aug
-${PYSITELIB}/certbot_apache/centos-options-ssl-apache.conf
-${PYSITELIB}/certbot_apache/configurator.py
-${PYSITELIB}/certbot_apache/configurator.pyc
-${PYSITELIB}/certbot_apache/configurator.pyo
-${PYSITELIB}/certbot_apache/constants.py
-${PYSITELIB}/certbot_apache/constants.pyc
-${PYSITELIB}/certbot_apache/constants.pyo
-${PYSITELIB}/certbot_apache/display_ops.py
-${PYSITELIB}/certbot_apache/display_ops.pyc
-${PYSITELIB}/certbot_apache/display_ops.pyo
-${PYSITELIB}/certbot_apache/entrypoint.py
-${PYSITELIB}/certbot_apache/entrypoint.pyc
-${PYSITELIB}/certbot_apache/entrypoint.pyo
-${PYSITELIB}/certbot_apache/http_01.py
-${PYSITELIB}/certbot_apache/http_01.pyc
-${PYSITELIB}/certbot_apache/http_01.pyo
-${PYSITELIB}/certbot_apache/obj.py
-${PYSITELIB}/certbot_apache/obj.pyc
-${PYSITELIB}/certbot_apache/obj.pyo
-${PYSITELIB}/certbot_apache/options-ssl-apache.conf
-${PYSITELIB}/certbot_apache/override_arch.py
-${PYSITELIB}/certbot_apache/override_arch.pyc
-${PYSITELIB}/certbot_apache/override_arch.pyo
-${PYSITELIB}/certbot_apache/override_centos.py
-${PYSITELIB}/certbot_apache/override_centos.pyc
-${PYSITELIB}/certbot_apache/override_centos.pyo
-${PYSITELIB}/certbot_apache/override_darwin.py
-${PYSITELIB}/certbot_apache/override_darwin.pyc
-${PYSITELIB}/certbot_apache/override_darwin.pyo
-${PYSITELIB}/certbot_apache/override_debian.py
-${PYSITELIB}/certbot_apache/override_debian.pyc
-${PYSITELIB}/certbot_apache/override_debian.pyo
-${PYSITELIB}/certbot_apache/override_fedora.py
-${PYSITELIB}/certbot_apache/override_fedora.pyc
-${PYSITELIB}/certbot_apache/override_fedora.pyo
-${PYSITELIB}/certbot_apache/override_gentoo.py
-${PYSITELIB}/certbot_apache/override_gentoo.pyc
-${PYSITELIB}/certbot_apache/override_gentoo.pyo
-${PYSITELIB}/certbot_apache/override_suse.py
-${PYSITELIB}/certbot_apache/override_suse.pyc
-${PYSITELIB}/certbot_apache/override_suse.pyo
-${PYSITELIB}/certbot_apache/parser.py
-${PYSITELIB}/certbot_apache/parser.pyc
-${PYSITELIB}/certbot_apache/parser.pyo
-${PYSITELIB}/certbot_apache/tests/__init__.py
-${PYSITELIB}/certbot_apache/tests/__init__.pyc
-${PYSITELIB}/certbot_apache/tests/__init__.pyo
-${PYSITELIB}/certbot_apache/tests/autohsts_test.py
-${PYSITELIB}/certbot_apache/tests/autohsts_test.pyc
-${PYSITELIB}/certbot_apache/tests/autohsts_test.pyo
-${PYSITELIB}/certbot_apache/tests/centos6_test.py
-${PYSITELIB}/certbot_apache/tests/centos6_test.pyc
-${PYSITELIB}/certbot_apache/tests/centos6_test.pyo
-${PYSITELIB}/certbot_apache/tests/centos_test.py
-${PYSITELIB}/certbot_apache/tests/centos_test.pyc
-${PYSITELIB}/certbot_apache/tests/centos_test.pyo
-${PYSITELIB}/certbot_apache/tests/complex_parsing_test.py
-${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyc
-${PYSITELIB}/certbot_apache/tests/complex_parsing_test.pyo
-${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.py
-${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyc
-${PYSITELIB}/certbot_apache/tests/configurator_reverter_test.pyo
-${PYSITELIB}/certbot_apache/tests/configurator_test.py
-${PYSITELIB}/certbot_apache/tests/configurator_test.pyc
-${PYSITELIB}/certbot_apache/tests/configurator_test.pyo
-${PYSITELIB}/certbot_apache/tests/debian_test.py
-${PYSITELIB}/certbot_apache/tests/debian_test.pyc
-${PYSITELIB}/certbot_apache/tests/debian_test.pyo
-${PYSITELIB}/certbot_apache/tests/display_ops_test.py
-${PYSITELIB}/certbot_apache/tests/display_ops_test.pyc
-${PYSITELIB}/certbot_apache/tests/display_ops_test.pyo
-${PYSITELIB}/certbot_apache/tests/entrypoint_test.py
-${PYSITELIB}/certbot_apache/tests/entrypoint_test.pyc
-${PYSITELIB}/certbot_apache/tests/entrypoint_test.pyo
-${PYSITELIB}/certbot_apache/tests/fedora_test.py
-${PYSITELIB}/certbot_apache/tests/fedora_test.pyc
-${PYSITELIB}/certbot_apache/tests/fedora_test.pyo
-${PYSITELIB}/certbot_apache/tests/gentoo_test.py
-${PYSITELIB}/certbot_apache/tests/gentoo_test.pyc
-${PYSITELIB}/certbot_apache/tests/gentoo_test.pyo
-${PYSITELIB}/certbot_apache/tests/http_01_test.py
-${PYSITELIB}/certbot_apache/tests/http_01_test.pyc
-${PYSITELIB}/certbot_apache/tests/http_01_test.pyo
-${PYSITELIB}/certbot_apache/tests/obj_test.py
-${PYSITELIB}/certbot_apache/tests/obj_test.pyc
-${PYSITELIB}/certbot_apache/tests/obj_test.pyo
-${PYSITELIB}/certbot_apache/tests/parser_test.py
-${PYSITELIB}/certbot_apache/tests/parser_test.pyc
-${PYSITELIB}/certbot_apache/tests/parser_test.pyo
-${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/README
-${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/test.example.com.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf.d/welcome.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/README
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/httpd/conf/magic
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/sites
-${PYSITELIB}/certbot_apache/tests/testdata/centos7_apache/apache/sysconfig/httpd
-${PYSITELIB}/certbot_apache/tests/testdata/complex_parsing/apache2.conf
-${PYSITELIB}/certbot_apache/tests/testdata/complex_parsing/conf-enabled/dummy.conf
-${PYSITELIB}/certbot_apache/tests/testdata/complex_parsing/test_fnmatch.conf
-${PYSITELIB}/certbot_apache/tests/testdata/complex_parsing/test_variables.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/sites
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/sites
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf
-${PYSITELIB}/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf



Home | Main Index | Thread Index | Old Index