community.general/lib/ansible/modules/crypto
MarkusTeufelberger c1bc556b0a Relative time support for crypto modules (openssl_certificate) (#50570)
* Move relative time handling to module_utils and rewrite it

* Fix cases with no seconds defined

* fix a small typo along the way

* add relative time handling to the ownca provider in openssl_certificate

* add initial integration test for relative time ownca

* quote the documentation to produce valid yaml

* move timespec conversion and validation to the init function

* fix small edge case in conversion function

* add relative timestamp handling to the selfsigned provider

* add get_relative_time_option

* add relative timestamp handling to valid_in

* pep8 fix indentation

* add quotes in error message

* add changelog fragment

* Update changelogs/fragments/50570-relative_time_crypto.yaml

Co-Authored-By: MarkusTeufelberger <mteufelberger@mgit.at>
2019-01-22 20:41:02 +00:00
..
acme ACME: add seealso references (#50320) 2018-12-26 13:26:46 +00:00
__init__.py
certificate_complete_chain.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
get_certificate.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
openssh_cert.py Relative time support for crypto modules (openssl_certificate) (#50570) 2019-01-22 20:41:02 +00:00
openssh_keypair.py Prevent error if module.params['path'] has no path included. (#50106) 2018-12-20 11:47:26 -05:00
openssl_certificate.py Relative time support for crypto modules (openssl_certificate) (#50570) 2019-01-22 20:41:02 +00:00
openssl_csr.py openssl_csr cryptography backend, try II (#50894) 2019-01-21 17:19:05 +00:00
openssl_dhparam.py openssl_*: prevent error when path includes no path (#50322) 2019-01-03 17:04:46 +05:30
openssl_pkcs12.py Close all open filehandle (#50544) 2019-01-11 10:14:08 -05:00
openssl_privatekey.py openssl_*: prevent error when path includes no path (#50322) 2019-01-03 17:04:46 +05:30
openssl_publickey.py Close all open filehandle (#50544) 2019-01-11 10:14:08 -05:00