Skip to content

Commit c56dfad

Browse files
committed
docs: fix duplicate Architecture heading and remove unimplemented SANFormat param
- Remove redundant '## Architecture' heading from configuration.md before the architecture.md include (pre-rendered file already starts with that heading) - Remove SANFormat from the enrollment parameters table (not implemented)
1 parent 26be507 commit c56dfad

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docsource/configuration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ In the Keyfactor Command Management Portal, navigate to **Certificate Templates*
135135
| `RenewalWindowDays` | Optional | Number | Number of days before certificate expiration within which a renewal is attempted instead of a reissue. Default: `90`. | `90` |
136136
| `KeyType` | Optional | String | Key algorithm to request at enrollment time. Valid values depend on what the target product supports. If omitted, the product default is used. | `RSA2048`, `RSA4096`, `EC256`, `EC384` |
137137
| `DomainName` | Optional | String | Primary domain name for SSL/TLS orders. If omitted, the gateway derives the domain from the CSR `CN` field. | `example.com` |
138-
| `SANFormat` | Optional | String | Controls how Subject Alternative Names from the CSR are formatted in the order request. Refer to plugin documentation for valid values. | *(see plugin docs)* |
139138
| `SignerName` | Optional | String | Per-template override for the subscriber agreement signer name. When omitted, defaults to the connector-level `RequestorName`. | `Jane Smith` |
140139
| `SignerPlace` | Optional | String | Per-template override for the subscriber agreement signer location. When omitted, defaults to the connector-level `SignerPlace`. | `Austin` |
141140
| `SignerIp` | Optional | String | Per-template override for the subscriber agreement signer IP address. When omitted, defaults to the connector-level `SignerIp`. | `203.0.113.10` |
@@ -242,6 +241,4 @@ When an enrollment request arrives, the numeric CERTInext product code is resolv
242241

243242
If none of these yield a code, enrollment fails with a validation error.
244243

245-
## Architecture
246-
247244
{% include 'architecture.md' %}

0 commit comments

Comments
 (0)