community.crypto/plugins/module_utils/acme
Felix Fontein 113cbb6eb8
Prepare for distutils.version being removed in Python 3.12 (#353) (#354)
* Prepare for distutils.version being removed in Python 2.12.

* Fix copy'n'paste error.

* Re-add Loose prefix.

* Fix Python version typo.

* Improve formulation.

* Move message into own line.

* Fix casing, now that the object is no longer called Version.

(cherry picked from commit a539cd6939)
2021-12-24 12:15:45 +01:00
..
__init__.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00
_compatibility.py acme: improve error handling in backend's parse_key() (#208) 2021-03-22 07:30:06 +01:00
account.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00
acme.py Fix compatibility to fetch_url change in ansible-core devel (#339) (#340) 2021-11-17 21:46:13 +01:00
backend_cryptography.py Prepare for distutils.version being removed in Python 3.12 (#353) (#354) 2021-12-24 12:15:45 +01:00
backend_openssl_cli.py Older openssl versions (1.0.1/1.0.2) do not seem to support '-' for /dev/stdin. (#279) 2021-09-15 20:42:52 +02:00
backends.py acme: improve error handling in backend's parse_key() (#208) 2021-03-22 07:30:06 +01:00
certificates.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00
challenges.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00
errors.py Fix compatibility to fetch_url change in ansible-core devel (#339) (#340) 2021-11-17 21:46:13 +01:00
io.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00
orders.py ACME exception fixes (#217) 2021-04-11 14:44:44 +02:00
utils.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00