mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Improve documentation, in particular of ACME modules (#181)
* Use B(...) instead of RST formatting (which does not work for options). * Improve the documentation on acme_directory. It now mentions the ACME v1 deprecation for Let's Encrypt, and mentions that ZeroSSL works. * Improve ACME module documentation. * Update plugins/doc_fragments/acme.py
This commit is contained in:
@@ -183,7 +183,7 @@ options:
|
||||
name_constraints_excluded:
|
||||
description:
|
||||
- For CA certificates, this specifies a list of identifiers which describe
|
||||
subtrees of names that this CA is *not* allowed to issue certificates for.
|
||||
subtrees of names that this CA is B(not) allowed to issue certificates for.
|
||||
- Values must be prefixed by their options. (i.e., C(email), C(URI), C(DNS), C(RID), C(IP), C(dirName),
|
||||
C(otherName) and the ones specific to your CA).
|
||||
type: list
|
||||
|
||||
Reference in New Issue
Block a user