PingOne Advanced Identity Cloud

SSL certificate reference

CSR field reference

Standard CSR fields

CSR field CSR field IDs Additional information Examples

Common Name

OpenSSL field

commonName (CN)

JSON key

commonName

Domain name that the SSL certificate is securing

•  www.pingidentity.com
•  *.pingidentity.com[1]


1. Wildcard certificates are supported within the same tenant environment but not across different tenant environments. Learn more in Wildcard certificates.

Organization

OpenSSL field

organizationName (O)

JSON key

organization

Full name of company

Ping Identity Corporation

Organization Unit

OpenSSL field

organizationalUnitName (OU)

JSON key

organizationalUnit

Company section or department

IT

Country

OpenSSL field

countryName (C)

JSON key

country

Two-letter ISO-3166 country code

US

State/Province

OpenSSL field

stateOrProvinceName (ST)

JSON key

state

Colorado

Street Address

OpenSSL field

streetAddress (street)

JSON key

streetAddress

1001 17th Street

City/Locality

OpenSSL field

localityName (L)

JSON key

city

Denver

Postal Code

OpenSSL field

postalCode

JSON key

postalCode

80202

Email Address

OpenSSL field

emailAddress

JSON key

email

example.user@pingidentity.com

Subject Alternative Name

OpenSSL field

subjectAltName

JSON key

subjectAlternativeNames

(Optional) Additional domain or domains that the SSL certificate is securing

•  support.pingidentity.com
•  labs.pingidentity.com
•  ...

EV CSR fields

CSR field CSR field IDs Additional information Examples

Business Category

OpenSSL field

businessCategory

JSON key

businessCategory

Possible values are:
•  Private Organization
•  Government Entity
•  Business Entity
•  Non-commercial Entity

Private Organization

Serial Number

OpenSSL field

serialNumber

JSON key

serialNumber

Serial number or registration number of incorporated company

3463471

Jurisdiction of Incorporation
Country Name

OpenSSL field

jurisdictionCountryName (jurisdictionC)

JSON key

jurisdictionCountry

Two-letter ISO-3166 country code

US

Jurisdiction of Incorporation
State or Province Name

OpenSSL field

jurisdictionStateOrProvinceName (jurisdictionST)

JSON key

jurisdictionState

(Optional)

Delaware

Jurisdiction of Incorporation
Locality Name

OpenSSL field

jurisdictionLocalityName (jurisdictionL)

JSON key

jurisdictionCity

(Optional)

Wilmington

PEM-formatted certificate examples

The contents of a PEM-formatted CSR, private key, and certificate should look something like these examples:

-----BEGIN CERTIFICATE REQUEST-----
MIIDTTCCAjUCAQAwgbcxCzAJBgNVBAYTAlVTMQ8wDQYDVQQHEwZEZW52ZXIxGTAX
BgNVBAkTEDEwMDEgMTd0aCBTdHJlZXQxIjAgBgNVBAoTGVBpbmcgSWRlbnRpdHkg
Q29ycG9yYXRpb24xCzAJBgNVBAsTAklUMR0wGwYDVQQDExR3d3cucGluZ2lkZW50
aXR5LmNvbTEsMCoGCSqGSIb3DQEJARYdZXhhbXBsZS51c2VyQHBpbmdpZGVudGl0
eS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtQMavyinYUbzz
uIWq5HtqNE4lkO1kV+JzoIxXY5Ytr/ooyy0m3Xb8SycNGeA+X4eDeBuOX1LUOuSl
sOJYyf4mbHKirgojMJ4oj1ysv4DK2GTJOcAnsqXo5Hd+ahOxD8SLvta8S6qYo2ME
VnujZC0ghVi6+9Q11xavcsCLf3LnBe0oYZ7qUEyyNnx4KjvOpDhy+UH9LHvt7Cur
fOCM0l2guX5+VuRVgkHWOtIi3lIF64a9JSpTFY3Z+ikLlGCXtkCtSdSRMiEITpcR
RBYQkCjivF7xzQ0jipL/CtT7no4LWhy72dS3oyuTNeTtyPu8Mbk4EicnVzQtO5iL
xBK+AMv7AgMBAAGgUDBOBgkqhkiG9w0BCQ4xQTA/MD0GA1UdEQEB/wQzMDGCGHN1
cHBvcnQucGluZ2lkZW50aXR5LmNvbYIVbGFicy5waW5naWRlbnRpdHkuY29tMA0G
CSqGSIb3DQEBCwUAA4IBAQBCxK33xB9UTZRJi9Bi02HA06plcrHVdYONuZOSadP+
PdHYV6BoUMvCznzH6uzYdS+aEKrmVa2r6/4CvafvdcxRqTa0dtMAuVJBltlXjmoX
/+xU4rKXwlX1Y+05ZE7waskv4wnTryfE2eNsloiiZazu2zNsnk5MQouJTrLxSH2u
a3eG9B2Xg8H7tSu8tFuaiwdV+YamjG5qDVU8NRhs1JtQg9OJtCG907WQsN+eUys4
vem0rmJ/vI9djVLe2953N1or/gqC2s/0ZnxdsxfXgp4ChYPoxmIA1BEh8MUREqk/
dSPgWeMMVFQwlmljkE+cvGl9L3f7aPgXtR6nxPS/oTSl
-----END CERTIFICATE REQUEST-----
text