community.crypto/plugins/module_utils/acme
Felix Fontein 589e7c72ef
Allow to specify subject (for CSRs) and issuer (for CRLs) ordered (#316)
* Allow to specify subject (for CSRs) and issuer (for CRLs) ordered.

* Forgot import.

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Fix typo.

* Simplify error handling, reject empty values outright.

* Document d497231e1c.

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-10-31 15:05:04 +01:00
..
account.py ACME modules refactor (#187) 2021-03-21 09:40:25 +01:00
acme.py Remove other deprecations (#290) 2021-10-16 21:00:48 +02:00
backend_cryptography.py Allow to specify subject (for CSRs) and issuer (for CRLs) ordered (#316) 2021-10-31 15:05:04 +01:00
backend_openssl_cli.py Remove vendored copy of ipaddress (#287) 2021-10-06 14:53:40 +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 Remove vendored copy of ipaddress (#287) 2021-10-06 14:53:40 +02:00
errors.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02: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