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:
Felix Fontein
2021-02-02 19:29:49 +01:00
committed by GitHub
parent b0dbccaf3c
commit 4b638a9608
5 changed files with 45 additions and 27 deletions

View File

@@ -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