slot:/Services/PlatformServices/CertManagerService.
profile, select the alias of the imported CA, enter its unique password or global certificate password, and define any certificate
parameters required. Distinguished Name fields.
The Typical Configuration folder in the palette contains a good example on how to configure the Signing Service:
clientProfile exists, which you can use for components that require a signing client SSL certificate for authentication purposes.
DN Certificate Parameter allows you to further define the Distinguished Name values in a comma-separated list of pairs in the format: ‘key=value’.
You may choose to delete the Common Name Template parameter and add a hard-coded CN value within the DN parameter.The Typical Configuration folder also includes a serverProfile example for components that may supply a server SSL certificate. A Common Name Template is provided, along with a subjectAlternativeName (SAN) extension parameter. A SAN extension is commonly used to list the domain names / IP addresses for the host in the context
of a server application.

You can edit this extension and add one to many different user-defined SAN values. In addition, your SAN parameters use one of the following Format token strings that will be substituted dynamically when the CSR is generated:
| %commonName% | The value of the certificate’s Common Name as supplied by another parameter in the request. |
| %hostnameOrIpAddress% | The host name of the device on which the requesting component’s station is running, or the IP address if a non-localhost host name is not available. When falling back to the IP address, the SAN entry will be set to have an ‘IP Address’ Identity Type. |
| %hostname% | The host name of the device on which the requesting component’s station is running. |
| 0.0.0.0 | The IP address of the host on which the requesting component’s station is running. The SAN entry must have the ‘IP Address’ Identity Type. |
| %ipAddress% | The IP address of the host on which the requesting component’s station is running. Works in conjunction with the ‘DNS Name’ Identity Type. |
Other certificate parameters and extension types are supported and available in the palette.