Skip to main content

Certificate tools

The Certificate tools system service can be used to perform the following operations:

You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the relevant certificate form, according to the operation you want to perform.

Convert a certificate file format

AttributeData typeMandatory?Description
CertificateFileYesThe certificate file that you want to convert. The following formats are currently supported: pem, der, pfx, p12.
Output formatStringYesThe desired output format.
PasswordStringNoThe password used for the signing key.
Private keyFileNoThe private key of the certificate, in case you want to convert to p12.

Extract certificate subject and issuer information

AttributeData typeMandatory?Description
CertificateFileYesThe certificate file that you want to extract information from.

Generate a Certificate Signing Request

AttributeData typeMandatory?Description
Encryption typeStringYesThe encryption algorithm. Supported values: RSA or EC (Elliptic Curve).
RSA modulus lengthIntegerNoOnly needed when using RSA encryption type. The bit length of the RSA modulus used in the certificate, indicating the strength of the encryption key.
PasswordStringNoThe password used for the signing key.
Valid untilDatetimeYesThe date and time until which the certificate is valid.
Valid fromDatetimeYesThe date and time from which the certificate is valid.
Country name (Subject)StringYesThe country name specified in the certificate subject.
Common name (Subject)StringYesThe common name specified in the certificate subject.
Email address (Subject)StringYesThe email address specified in the certificate subject.
Locality name (Subject)StringYesThe locality (e.g., city) specified in the certificate subject.
Organization name (Subject)StringYesThe organization name specified in the certificate subject.
Organizational unit (Subject)StringYesThe organizational unit name specified in the certificate subject.
State (Subject)StringYesThe state specified in the certificate subject.

Generate a self-signed certificate and key pair

AttributeData typeMandatory?Description
Encryption typeStringYesThe encryption algorithm. Supported values: RSA or EC (Elliptic Curve).
RSA modulus lengthIntegerNoOnly needed when using RSA encryption type. The bit length of the RSA modulus used in the certificate, indicating the strength of the encryption key.
PasswordStringNoThe password used for the signing key.
Valid untilDatetimeYesThe date and time until which the certificate is valid.
Valid fromDatetimeYesThe date and time from which the certificate is valid.
Country name (Subject)StringYesThe country name specified in the certificate subject.
Common name (Subject)StringYesThe common name specified in the certificate subject.
Email address (Subject)StringYesThe email address specified in the certificate subject.
Locality name (Subject)StringYesThe locality (e.g., city) specified in the certificate subject.
Organization name (Subject)StringYesThe organization name specified in the certificate subject.
Organizational unit (Subject)StringYesThe organizational unit name specified in the certificate subject.
State (Subject)StringYesThe state specified in the certificate subject.

Generate a CA signed certificate and key pair

AttributeData typeMandatory?Description
Root CA CertificateFileYesThe root certificate authority (CA) certificate file to be used.
Root CA private keyFileYesThe private key corresponding to the root CA certificate.
Encryption typeStringYesThe encryption algorithm. Supported values: RSA or EC (Elliptic Curve).
RSA modulus lengthIntegerNoOnly needed when using RSA encryption type. The bit length of the RSA modulus used in the certificate, indicating the strength of the encryption key.
PasswordStringNoThe password used for the signing key.
Valid untilDatetimeYesThe date and time until which the certificate is valid.
Valid fromDatetimeYesThe date and time from which the certificate is valid.
Country name (Subject)StringYesThe country name specified in the certificate subject.
Common name (Subject)StringYesThe common name specified in the certificate subject.
Email address (Subject)StringYesThe email address specified in the certificate subject.
Locality name (Subject)StringYesThe locality (e.g., city) specified in the certificate subject.
Organization name (Subject)StringYesThe organization name specified in the certificate subject.
Organizational unit (Subject)StringYesThe organizational unit name specified in the certificate subject.
State (Subject)StringYesThe state specified in the certificate subject.

Sign an existing Certificate Signing Request

AttributeData typeMandatory?Description
Root CA CertificateFileYesThe root certificate authority (CA) certificate file to be used.
Root CA private keyFileYesThe private key corresponding to the root CA certificate.
Certificate Signing Request (CSR)FileYesThe CSR file you want to sign.
Valid untilDatetimeYesThe date and time until which the certificate is valid.
Valid fromDatetimeYesThe date and time from which the certificate is valid.

Output

All operations use the same result form. Outputs are added to the Result Certificate form when the relevant certificate case is closed.

AttributeData typeMandatory?Description
CertificateFileNoThe root certificate authority (CA) certificate file to be used.
Certificate serial numberFileNoThe private key corresponding to the root CA certificate.
Encryption typeStringNoThe encryption algorithm. Supported values: RSA or EC (Elliptic Curve).
Country name (Issuer)StringNoThe country name specified in the certificate issuer.
Common name (Issuer)StringNoThe common name specified in the certificate issuer.
Email address (Issuer)StringNoThe email address specified in the certificate issuer.
Locality name (Issuer)StringNoThe locality (e.g., city) specified in the certificate issuer.
Organization name (Issuer)StringNoThe organization name specified in the certificate issuer.
Organizational unit (Issuer)StringNoThe organizational unit name specified in the certificate issuer.
State (Issuer)StringNoThe state specified in the certificate issuer.
Valid untilDatetimeNoThe date and time until which the certificate is valid.
Valid fromDatetimeNoThe date and time from which the certificate is valid.
Country name (Subject)StringNoThe country name specified in the certificate subject.
Common name (Subject)StringNoThe common name specified in the certificate subject.
Email address (Subject)StringNoThe email address specified in the certificate subject.
Locality name (Subject)StringNoThe locality (e.g., city) specified in the certificate subject.
Organization name (Subject)StringNoThe organization name specified in the certificate subject.
Organizational unit (Subject)StringNoThe organizational unit name specified in the certificate subject.
State (Subject)StringNoThe state specified in the certificate subject.