forked from TrueCloudLab/certificates
Add forceCN
option in ACME provisioner doc
This commit is contained in:
parent
5752408618
commit
84d9bf86f5
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue