community.general/lib/ansible/modules/web_infrastructure
Virgil Dupras 9474f20f2d letsencrypt: FIX CN parsing to work with OpenSSL 1.1 (#25935)
As we can see in
9537453586
:

CN used to be without whitespaces around the `=` but OpenSSL 1.1 introduced
whitespaces:
1.0.1: subject=/CN=example.com
1.1.0: subject=CN = example.com

This commit makes them optional.

OpenSSL 1.1 is present on the newly-released Debian Stretch, so absence
of this fix makes us not being able to use this module on this distro.
2017-06-28 07:39:53 +02:00
..
ansible_tower Improve help text for extra-vars requiring @ for filename 2017-06-21 07:08:35 -04:00
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_mod_proxy.py Pep8 fixes for apache2 module (#24185) 2017-05-02 15:03:26 +02:00
apache2_module.py spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
deploy_helper.py Pep8 fixes for deploy_helper (#24237) 2017-05-03 11:30:15 +01:00
django_manage.py Pep8 fixes for django_manage (#24198) 2017-05-02 11:33:36 -05:00
ejabberd_user.py Pep8 fixes for ejabberd_user and jboss (#24586) 2017-06-07 07:35:22 +02:00
htpasswd.py htpasswd: fix passlib module version comparison (#20202) 2017-06-19 12:02:06 +01:00
jboss.py Pep8 fixes for ejabberd_user and jboss (#24586) 2017-06-07 07:35:22 +02:00
jenkins_job.py Pep8 fixes for jenkins_* module (#24154) 2017-05-01 10:01:25 -05:00
jenkins_plugin.py Removing unecessary exception in jenkins_plugin (#24968) 2017-05-24 07:15:05 -07:00
jenkins_script.py Added timeout to jenkins_script POST request (#24924) 2017-05-24 11:16:05 +01:00
jira.py Pep8 fixes for jira (#24229) 2017-05-03 08:16:20 +01:00
letsencrypt.py letsencrypt: FIX CN parsing to work with OpenSSL 1.1 (#25935) 2017-06-28 07:39:53 +02:00
nginx_status_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
rundeck_acl_policy.py dict, not dictionary (#24123) 2017-04-28 18:16:25 +01:00
rundeck_project.py Return type is dict, not dictionary (#24191) 2017-05-02 08:59:04 +01:00
supervisorctl.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
taiga_issue.py Pep8 fixes for taiga_issue module (#24143) 2017-05-01 09:58:59 -05:00