certbot/certbot-apache
Yaroslav Halchenko 3c98394839 BF: apache cfg parsing - relax assumption that value cannot contain =
I have

   Define: goto=http://datasets.datalad.org/?dir=/shub

which seems to be perfectly fine by apache.  But the = in URL throws
certbot off causing an error, forbidding certificates updates for any
of the sites etc.

It seems only logical to simply split once by a single (if present) =.

I have not looked/analyzed into the other spot of use of
.partition("=") in parse_define_file -- may be similar approach needs
to be implemented there as well.
2021-07-01 18:39:27 -04:00
..
certbot_apache BF: apache cfg parsing - relax assumption that value cannot contain = 2021-07-01 18:39:27 -04:00
tests apache: configure nameless vhosts during auth (#8898) 2021-06-21 07:18:29 -04:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
MANIFEST.in Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.cfg Tell the world we're Python 3 compatible (#4568) 2017-04-28 16:06:45 -07:00
setup.py Remove local-oldest-requirements files (#8863) 2021-06-01 14:46:06 -07:00

Apache plugin for Certbot