Add forceCN option in ACME provisioner doc

This commit is contained in:
max furman 2020-06-26 10:42:13 -07:00
parent 5752408618
commit 84d9bf86f5

View file

@ -341,6 +341,7 @@ Below is an example of an ACME provisioner in the `ca.json`:
{
"type": "ACME",
"name": "my-acme-provisioner",
"forceCN": true,
"claims": {
"maxTLSCertDuration": "8h",
"defaultTLSCertDuration": "2h",
@ -353,6 +354,9 @@ Below is an example of an ACME provisioner in the `ca.json`:
* `name` (mandatory): a string used to identify the provider when the CLI is
used.
* `forceCN` (optional): force one of the SANs to become the Common Name, if a
common name is not provided.
* `claims` (optional): overwrites the default claims set in the authority, see
the [top](#provisioners) section for all the options.