Skip to content

Commit f56bba1

Browse files
authored
Updated ReadMe (#88)
* Updated ReadMe, integration manifest and image for WinCert Advanced Private Key Handling option.
1 parent 19ec719 commit f56bba1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
169169
Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store.
170170
Store Path Value | My,WebHosting | Comma separated list of options configure multiple choice. This, combined with the hostname, will determine the location used for the certificate store management and inventory.
171171
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
172-
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be useless.
172+
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be invalid.
173173
PFX Password Style | Default or Custom | "Default" - PFX password is randomly generated, "Custom" - PFX password may be specified when the enrollment job is created (Requires the *Allow Custom Password* application setting to be enabled.)
174174

175175
![](images/IISUCertStoreAdv.png)
@@ -244,7 +244,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
244244
--|--|--
245245
Store Path Type | Freeform | Allows users to type in a valid certificate store.
246246
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
247-
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be useless.
247+
Private Keys | Optional | This determines if Keyfactor can send the private key associated with a certificate to the store. Typically the personal store would have private keys, whereas trusted root would not.
248248
PFX Password Style | Default or Custom | "Default" - PFX password is randomly generated, "Custom" - PFX password may be specified when the enrollment job is created (Requires the *Allow Custom Password* application setting to be enabled.)
249249

250250
![](images/WinCertAdvanced.png)

images/WinCertAdvanced.png

-5 Bytes
Loading

integration-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"Style": "Default"
127127
},
128128
"StorePathValue": "",
129-
"PrivateKeyAllowed": "Required",
129+
"PrivateKeyAllowed": "Optional",
130130
"ServerRequired": true,
131131
"PowerShell": false,
132132
"BlueprintAllowed": false,

readme_source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
6868
Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store.
6969
Store Path Value | My,WebHosting | Comma separated list of options configure multiple choice. This, combined with the hostname, will determine the location used for the certificate store management and inventory.
7070
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
71-
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be useless.
71+
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be invalid.
7272
PFX Password Style | Default or Custom | "Default" - PFX password is randomly generated, "Custom" - PFX password may be specified when the enrollment job is created (Requires the *Allow Custom Password* application setting to be enabled.)
7373

7474
![](images/IISUCertStoreAdv.png)
@@ -143,7 +143,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
143143
--|--|--
144144
Store Path Type | Freeform | Allows users to type in a valid certificate store.
145145
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
146-
Private Keys | Required | This determines if Keyfactor can send the private key associated with a certificate to the store. Required because IIS certificates without private keys would be useless.
146+
Private Keys | Optional | This determines if Keyfactor can send the private key associated with a certificate to the store. Typically the personal store would have private keys, whereas trusted root would not.
147147
PFX Password Style | Default or Custom | "Default" - PFX password is randomly generated, "Custom" - PFX password may be specified when the enrollment job is created (Requires the *Allow Custom Password* application setting to be enabled.)
148148

149149
![](images/WinCertAdvanced.png)

0 commit comments

Comments
 (0)