diff --git a/CHANGELOG.md b/CHANGELOG.md index 878e97e..797eb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,7 @@ # 1.0.10 * Handle change to Sectigo API for organization/department lookups # 1.1.0 -* Allow organization name to be provided in the template section of the config \ No newline at end of file +* Allow organization name to be provided in the template section of the config +# 1.2.0 +* Allow for blank CN to be provided +* Fixes for Certificate Authentication \ No newline at end of file diff --git a/README.md b/README.md index c0aa825..47fbae3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Additional information about [Sectigo Certificate Manager](https://sectigo.com/k * Code Signing ## Compatibility -This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyGateway Framework +This AnyGateway is designed to be used with version 21.3.2 or newer of the Keyfactor AnyGateway DCOM Framework ## Prerequisites @@ -60,6 +60,10 @@ This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyG In order to enroll for certificates the Keyfactor Command server must trust the trust chain. Once you create your Root and/or Subordinate CA, make sure to import the certificate chain into the Command Server certificate store +### Sectigo Settings +For each Organization/Department you plan on using through the gateway, in your Sectigo portal, go to that Organization, select Certificate Settings -> SSL Certificates, and check the "Enable Web/REST API" checkbox. +In addition, for the admin account you plan to use, make sure it has the API admin type selected in the portal. + ### Migration In the event that a system is being upgraded from the Legacy Sectigo CA Gateway (19.4 or older), a migration from the legacy database format to the AnyGateway format will be required. diff --git a/readme_source.md b/readme_source.md index 92dc82b..462d352 100644 --- a/readme_source.md +++ b/readme_source.md @@ -21,7 +21,7 @@ Additional information about [Sectigo Certificate Manager](https://sectigo.com/k * Code Signing ## Compatibility -This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyGateway Framework +This AnyGateway is designed to be used with version 21.3.2 or newer of the Keyfactor AnyGateway DCOM Framework ## Prerequisites @@ -29,6 +29,10 @@ This AnyGateway is designed to be used with version 21.3.2 of the Keyfactor AnyG In order to enroll for certificates the Keyfactor Command server must trust the trust chain. Once you create your Root and/or Subordinate CA, make sure to import the certificate chain into the Command Server certificate store +### Sectigo Settings +For each Organization/Department you plan on using through the gateway, in your Sectigo portal, go to that Organization, select Certificate Settings -> SSL Certificates, and check the "Enable Web/REST API" checkbox. +In addition, for the admin account you plan to use, make sure it has the API admin type selected in the portal. + ### Migration In the event that a system is being upgraded from the Legacy Sectigo CA Gateway (19.4 or older), a migration from the legacy database format to the AnyGateway format will be required.