mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
More refactorings (#890)
* Improve typing. * Improve version parameter validation for x509_certificate* modules. * Use utils for parsing retry-after.
This commit is contained in:
@@ -265,6 +265,8 @@ options:
|
||||
- This is only used by the V(ownca) provider.
|
||||
type: int
|
||||
default: 3
|
||||
choices:
|
||||
- 3
|
||||
|
||||
ownca_not_before:
|
||||
description:
|
||||
@@ -351,6 +353,8 @@ options:
|
||||
- This is only used by the V(selfsigned) provider.
|
||||
type: int
|
||||
default: 3
|
||||
choices:
|
||||
- 3
|
||||
|
||||
selfsigned_digest:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user