Skip to content

Commit 0d8a8aa

Browse files
authored
48988 update read me (#93)
* Updated ReadMe, integration manifest and image for WinCert Advanced Private Key Handling option.
1 parent ff0a60b commit 0d8a8aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2.3.0
22
* Added Sql Server Binding Support
3+
* Modified WinCert Advanced PrivateKeyAllowed setting from Required to Optional
34

45
2.2.2
56
* Removed empty constructor to resolve PAM provider error when using WinCert store types

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
155155
Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store.
156156
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.
157157
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
158-
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.
158+
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.
159159
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.)
160160

161161
![](images/IISUCertStoreAdv.png)
@@ -297,7 +297,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
297297
--|--|--
298298
Store Path Type | Freeform | Allows users to type in a valid certificate store.
299299
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
300-
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.
300+
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.
301301
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.)
302302

303303
![](images/WinCertAdvanced.png)

images/WinCertAdvanced.png

-5 Bytes
Loading

readme_source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
5454
Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store.
5555
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.
5656
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
57-
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.
57+
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.
5858
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.)
5959

6060
![](images/IISUCertStoreAdv.png)
@@ -196,7 +196,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION
196196
--|--|--
197197
Store Path Type | Freeform | Allows users to type in a valid certificate store.
198198
Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias.
199-
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.
199+
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.
200200
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.)
201201

202202
![](images/WinCertAdvanced.png)

0 commit comments

Comments
 (0)