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
apache2_mod_proxy.py
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
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
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
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
rundeck_acl_policy.py
rundeck_project.py
supervisorctl.py
taiga_issue.py