SSLcom-SubCA-EV-SSL-ECC-384-R2.crt: CN=SSL.com EV SSL Intermediate CA ECC R2,O=SSL Corp,L=Houston,ST=Texas,C=US (Intermediate Certificate, Expiring 2034-03-03) detail info and audit record
Page content
CA Certificate Information and Audit Record
This certificate is intermediate certificate used for the issuance of other certificates.
- Certificate Download URL: http://www.ssl.com/repository/SSLcom-SubCA-EV-SSL-ECC-384-R2.crt (in DER format )
- Serial Number : 80403931778558571928132088350281532316
- SHA-1 Fingerprint : 4c3669195868319ccae9162f9e1e31647423e69a
- SHA-1 Fingerprint : 4c:36:69:19:58:68:31:9c:ca:e9:16:2f:9e:1e:31:64:74:23:e6:9a
- SHA-256 Fingerprint : 8394e3d07efcd1e97ea6cba214c3a055c17dd9a7ebf8dde0020fcddb76f28653
- SHA-256 Fingerprint : 83:94:e3:d0:7e:fc:d1:e9:7e:a6:cb:a2:14:c3:a0:55:c1:7d:d9:a7:eb:f8:dd:e0:02:0f:cd:db:76:f2:86:53
- Signature Hash Algorithm : sha384
- Subject
: CN=SSL.com EV SSL Intermediate CA ECC R2,O=SSL Corp,L=Houston,ST=Texas,C=US
- Country Name: US (United States of America)
- State or Province Name: Texas
- Locality: Houston
- Organization: SSL Corp
- Common Name: SSL.com EV SSL Intermediate CA ECC R2
- Not Valid Before: 2019-03-07 19:39:35
- Not Valid After: 2034-03-03 19:39:35
- Issuer (Parent Certificate):
- Issuer Name: CN=SSL.com EV Root Certification Authority ECC,O=SSL Corporation,L=Houston,ST=Texas,C=US
- Issuer Certificate URL: NA
- Audit Record:
- Revocation Status: Not Revoked
- Certificate Policy (CP) URL: Unknown
- Certificate Practice Statement (CPS) URL: Unknown
- No public standard audit information was found by E2Encrypted.com. We update this information regularly, check back later.
- Check its issuer’s audit information: CN=SSL.com EV Root Certification Authority ECC,O=SSL Corporation,L=Houston,ST=Texas,C=US .
Download certificate through curl
:
curl -sSL "http://www.ssl.com/repository/SSLcom-SubCA-EV-SSL-ECC-384-R2.crt" --output cert.crt
Download certificate through wget
:
wget -q "http://www.ssl.com/repository/SSLcom-SubCA-EV-SSL-ECC-384-R2.crt" --output-document=cert.crt
CA Certificate Detail Information
Use openssl x509
to decode DER certificate to get detail information:
openssl x509 -in cert.crt -inform der -text -noout
Use openssl x509
to decode PEM certificate to get detail information:
openssl x509 -in cert.crt -inform pem -text -noout
Decoded detail certificate information:
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
3c:7d:3b:e6:7f:a3:ed:6d:30:eb:d0:f0:b4:df:83:9c
Signature Algorithm: ecdsa-with-SHA384
Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC
Validity
Not Before: Mar 7 19:39:35 2019 GMT
Not After : Mar 3 19:39:35 2034 GMT
Subject: C=US, ST=Texas, L=Houston, O=SSL Corp, CN=SSL.com EV SSL Intermediate CA ECC R2
Subject Public Key Info:
Public Key Algorithm: id-ecPublicKey
Public-Key: (384 bit)
pub:
04:f5:b7:89:5e:30:eb:ec:c6:75:fb:68:e3:a6:2c:
8a:0d:54:09:ba:9a:5d:5d:80:25:a1:d6:00:34:03:
58:cc:21:e3:a6:dd:c2:3a:bd:15:2c:8f:59:8d:ab:
e1:62:fa:01:66:1b:83:7f:7c:99:bc:8c:68:1a:93:
18:4e:ef:ea:e4:0d:41:35:7c:51:7b:e1:83:0c:06:
66:74:92:ed:40:79:14:d7:82:72:e6:49:60:83:0b:
79:e6:2b:55:fc:30:8f
ASN1 OID: secp384r1
NIST CURVE: P-384
X509v3 extensions:
X509v3 Basic Constraints: critical
CA:TRUE, pathlen:0
X509v3 Authority Key Identifier:
keyid:5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F
Authority Information Access:
CA Issuers - URI:http://www.ssl.com/repository/SSLcom-RootCA-EV-ECC-384-R1.crt
OCSP - URI:http://ocsps.ssl.com
X509v3 Certificate Policies:
Policy: X509v3 Any Policy
X509v3 Extended Key Usage:
TLS Web Client Authentication, TLS Web Server Authentication
X509v3 CRL Distribution Points:
Full Name:
URI:http://crls.ssl.com/ssl.com-EVecc-RootCA.crl
X509v3 Subject Key Identifier:
84:EE:F8:79:3E:08:64:76:48:64:39:F5:B1:BF:8B:02:5E:0B:BC:27
X509v3 Key Usage: critical
Digital Signature, Certificate Sign, CRL Sign
Signature Algorithm: ecdsa-with-SHA384
30:66:02:31:00:b1:d7:32:d5:4b:21:01:a7:97:ef:0d:be:42:
69:6d:21:64:6d:4c:f2:b5:c4:9f:4a:3c:6d:5b:d3:84:34:37:
a0:68:43:42:a9:f7:d2:57:ad:32:ae:f0:aa:6f:16:97:0d:02:
31:00:82:f6:44:9f:d6:86:b4:9e:f1:e4:f0:4c:16:42:a4:e8:
01:b1:38:12:6d:3d:6f:da:ac:45:e2:e0:cb:40:73:e8:e9:5d:
60:a7:9d:0b:53:9c:bb:2e:7f:9e:4b:5f:e1:a2
CA Certificate in PEM Format
Use openssl x509
to convert certificate from DER
format to PEM
format:
openssl x509 -in cert.crt -inform der
Converted PEM
format certificate:
-----BEGIN CERTIFICATE-----
MIIDhTCCAwqgAwIBAgIQPH075n+j7W0w69DwtN+DnDAKBggqhkjOPQQDAzB/MQsw
CQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0b24xGDAW
BgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNvbSBFViBSb290
IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzAeFw0xOTAzMDcxOTM5MzVaFw0z
NDAzMDMxOTM5MzVaMHIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G
A1UEBwwHSG91c3RvbjERMA8GA1UECgwIU1NMIENvcnAxLjAsBgNVBAMMJVNTTC5j
b20gRVYgU1NMIEludGVybWVkaWF0ZSBDQSBFQ0MgUjIwdjAQBgcqhkjOPQIBBgUr
gQQAIgNiAAT1t4leMOvsxnX7aOOmLIoNVAm6ml1dgCWh1gA0A1jMIeOm3cI6vRUs
j1mNq+Fi+gFmG4N/fJm8jGgakxhO7+rkDUE1fFF74YMMBmZ0ku1AeRTXgnLmSWCD
C3nmK1X8MI+jggFWMIIBUjASBgNVHRMBAf8ECDAGAQH/AgEAMB8GA1UdIwQYMBaA
FFvKXuXe0oGqzagtZFG22XKbl+ZPMHsGCCsGAQUFBwEBBG8wbTBJBggrBgEFBQcw
AoY9aHR0cDovL3d3dy5zc2wuY29tL3JlcG9zaXRvcnkvU1NMY29tLVJvb3RDQS1F
Vi1FQ0MtMzg0LVIxLmNydDAgBggrBgEFBQcwAYYUaHR0cDovL29jc3BzLnNzbC5j
b20wEQYDVR0gBAowCDAGBgRVHSAAMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF
BQcDATA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Jscy5zc2wuY29tL3NzbC5j
b20tRVZlY2MtUm9vdENBLmNybDAdBgNVHQ4EFgQUhO74eT4IZHZIZDn1sb+LAl4L
vCcwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2kAMGYCMQCx1zLVSyEBp5fv
Db5CaW0hZG1M8rXEn0o8bVvThDQ3oGhDQqn30letMq7wqm8Wlw0CMQCC9kSf1oa0
nvHk8EwWQqToAbE4Em09b9qsReLgy0Bz6OldYKedC1Ocuy5/nktf4aI=
-----END CERTIFICATE-----
Also see Top 1 Millions Domains CA Certificate List
Related Certificates
- 3CX-TLS-I-RSA-R1.cer: CN=3CX CA RSA R1,O=3CX,C=CY (Expiring: 2032-01-10)
- DTNT-Intermediate-SSL-RSA-4096-R2.cer: CN=Domain The Net Technologies Ltd CA for SSL R2,O=Domain The Net Technologies Ltd,C=IL (Expiring: 2024-03-30)
- Quantum-DVTLS-I-RSA-R1.cer: CN=Quantum Basic TLS DV RSA R1,O=Quantum CA Limited,C=GB (Expiring: 2031-02-07)
- SSLcomDVCA_2.crt: CN=SSL.com DV CA,OU=www.ssl.com,O=SSL.com,C=US (Expiring: 2024-07-03)
- SSLcom-RootCA-EV-ECC-384-R1.crt: CN=SSL.com EV Root Certification Authority ECC,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2041-02-12)
- SSLcom-RootCA-EV-RSA-4096-R2.crt: CN=SSL.com EV Root Certification Authority RSA R2,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2042-05-30)
- SSLcom-SubCA-EV-SSL-RSA-4096-R3.crt: CN=SSL.com EV SSL Intermediate CA RSA R3,O=SSL Corp,L=Houston,ST=Texas,C=US (Expiring: 2034-03-22)
- SSLcomPremiumEVCA_2.crt: CN=SSL.com Premium EV CA,OU=www.ssl.com,OU=Controlled by COMODO exclusively for SSL.com,O=SSL.com,C=US (Expiring: 2024-07-03)
- SSLcom-SubCA-SSL-RSA-4096-R1.cer: CN=SSL.com RSA SSL subCA,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2031-02-12)
- SSLcom-SubCA-SSL-RSA-4096-R1.crt: CN=SSL.com RSA SSL subCA,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2031-02-12)
- SSLcom-RootCA-RSA-4096-R1.cer: CN=SSL.com Root Certification Authority RSA,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2041-02-12)
- SSLcomRootCertificationAuthorityRSA.crt: CN=SSL.com Root Certification Authority RSA,O=SSL Corporation,L=Houston,ST=Texas,C=US (Expiring: 2041-02-12)
- SSL.com-Enterprise-Intermediate-SSL-RSA-4096-R1.cer: CN=SSL.com SSL Enterprise Intermediate CA RSA R1,O=SSL Corp,L=Houston,ST=Texas,C=US (Expiring: 2034-03-22)
- SSL.com-Enterprise-Intermediate-SSL-RSA-4096-R1.crt: CN=SSL.com SSL Enterprise Intermediate CA RSA R1,O=SSL Corp,L=Houston,ST=Texas,C=US (Expiring: 2034-03-22)