PTImportCertificatestoDB

Application class - PTEM_CONFIG:PTImportCertificatestoDB

The PTImportCertificatestoDB plug-in enables you to import digital certificates (SSL) into database.

Note:

The PTImportCertificatestoDB plug-in can be executed only through command line.

You can enter either the certificate data as a string (env.cert_string) or the path to the certificate file containing PEM formatted data (env.cert_file_path). If both the parameter values are provided, then env.cert_string takes precedence.

Property Default Value Description

env.cert_type

ROOT,NODE

Defines the type of certificate whether it is RootCA or Remote Node.

If it is RootCA, enter certificate type as ROOT, else enter NODE for public certificate.

env.cert_alias

 

Enter an alias name for the RootCA and local node name for Remote Node in Alias.

env.cert_issuer_alias

 

Issuer alias name will be same as the RootCA alias name.

env.cert_string

 

Enter certificate PEM data as a string.

env.cert_file_path

 

Enter the path to certificate file containing certificate PEM formatted data.