See below the fixed bugs in the CA Gateway version running on Cryptographic Security Platform 1.2.0 & 1.2.1.

CA lookup fails when the DN includes tildes (ATEAM-18768)

The lookup for a CA (Certificate Authority) fails when the DN (Distinguished Name) of the CA contains tildes, like in " MODERNIZAÇÃO".

LDAP and LDAPS port incompatibility not documented (ATEAM-18779)

The user guide does not properly outline that the LDAP Port and LDAPS Port settings are mutually exclusive.

Bug resolution: add a warning note to the com.entrust.SecurityManager section.

Sectigo plugin invalid name (ATEAM-18782)

The Connector Name selector of the Management Console lists the Sectigo CA plugin as com.Sectigo instead of com.SectigoCA.

Workaround:

  1. Export the CA Gateway configuration using the clusterctl solution config export command
  2. Replace com.Sectigo with com.SectigoCA in the following files.
    • ​config-schema.json
    • sectigo-schema.json
    • application.yml (only if CA Gateway has been deployed with the Sectigo CA plugin).
  3. Apply the new configuration with the clusterctl solution config import command.
  4. Deploy or redeploy the solution with the clusterctl solution deploy command.

Sectigo CA profile synchronization requires redeploying CA Gateway (ATEAM-18819)

Changes to Sectigo CA custom fields are not automatically effective in the requestedProperties field described in Sectigo CA profile properties.

Workaround: redeploy CA Gateway using the Management Console or the clusterctl solution deploy command.