mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
openssl_certificate: fix arg docs for not_before (#28985)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user