From f23f2468ecfd83371c03966639c2c9b9d869fd70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Mon, 4 Sep 2017 12:31:28 +0200 Subject: [PATCH] openssl_certificate: fix arg docs for not_before (#28985) --- lib/ansible/modules/crypto/openssl_certificate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/crypto/openssl_certificate.py b/lib/ansible/modules/crypto/openssl_certificate.py index 4e8d825045..b42f6c227b 100644 --- a/lib/ansible/modules/crypto/openssl_certificate.py +++ b/lib/ansible/modules/crypto/openssl_certificate.py @@ -127,9 +127,10 @@ options: description: - The certificate must be invalid at this point in time. The timestamp is formatted as an ASN.1 TIME. - notBefore: + not_before: description: - The certificate must start to become valid at this point in time. The timestamp is formatted as an ASN.1 TIME. + aliases: [ notBefore ] not_after: description: