diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bf3d0..9277873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ 2.3.0 * Added Sql Server Binding Support +* Modified WinCert Advanced PrivateKeyAllowed setting from Required to Optional 2.2.2 * Removed empty constructor to resolve PAM provider error when using WinCert store types diff --git a/README.md b/README.md index 3b05b52..24ff2bc 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store. 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. Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias. -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. +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. 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.) ![](images/IISUCertStoreAdv.png) @@ -297,7 +297,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION --|--|-- Store Path Type | Freeform | Allows users to type in a valid certificate store. Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias. -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. +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. 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.) ![](images/WinCertAdvanced.png) diff --git a/images/WinCertAdvanced.png b/images/WinCertAdvanced.png index feef117..ff66e5c 100644 Binary files a/images/WinCertAdvanced.png and b/images/WinCertAdvanced.png differ diff --git a/readme_source.md b/readme_source.md index 02a6d47..eb228fd 100644 --- a/readme_source.md +++ b/readme_source.md @@ -54,7 +54,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION Store Path Type | Multiple Choice | Determines what restrictions are applied to the store path field when configuring a new store. 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. Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias. -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. +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. 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.) ![](images/IISUCertStoreAdv.png) @@ -196,7 +196,7 @@ CONFIG ELEMENT | VALUE | DESCRIPTION --|--|-- Store Path Type | Freeform | Allows users to type in a valid certificate store. Supports Custom Alias | Forbidden | Determines if an individual entry within a store can have a custom Alias. -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. +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. 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.) ![](images/WinCertAdvanced.png)