docsignroote45.crt: CN=GlobalSign Document Signing Root E45,O=GlobalSign nv-sa,C=BE (Root Certificate, Expiring 2045-03-18) detail info and audit record

 

Page content

CA Certificate Information and Audit Record

This certificate is root certificate used for the issuance of other certificates.

Download certificate through curl:

curl -sSL "https://secure.globalsign.com/cacert/docsignroote45.crt" --output cert.crt

Download certificate through wget:

wget -q "https://secure.globalsign.com/cacert/docsignroote45.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:
            76:53:fe:b0:af:4b:75:90:a2:1a:e4:a2:d5:f2:76:b5
    Signature Algorithm: ecdsa-with-SHA384
        Issuer: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Document Signing Root E45
        Validity
            Not Before: Mar 18 00:00:00 2020 GMT
            Not After : Mar 18 00:00:00 2045 GMT
        Subject: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Document Signing Root E45
        Subject Public Key Info:
            Public Key Algorithm: id-ecPublicKey
                Public-Key: (384 bit)
                pub: 
                    04:86:e5:43:d0:bb:00:65:5e:d6:4a:0a:63:85:9e:
                    45:0f:86:23:32:50:55:49:63:6a:9c:ce:f7:af:f4:
                    7e:20:f9:80:32:5b:6e:b0:ef:f2:c7:a4:2c:fb:6a:
                    59:90:06:76:b7:17:8c:0e:75:44:3a:80:7c:c8:dc:
                    02:3d:f2:ce:a1:9e:b3:4b:72:cb:c6:8c:fd:c2:c9:
                    aa:8c:ae:33:5c:ea:79:4b:dc:69:c8:56:a4:3c:28:
                    41:70:74:8e:6a:1a:48
                ASN1 OID: secp384r1
                NIST CURVE: P-384
        X509v3 extensions:
            X509v3 Key Usage: critical
                Digital Signature, Certificate Sign, CRL Sign
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Key Identifier: 
                61:99:02:B4:10:FF:10:3C:DB:7A:DA:6C:3A:70:24:03:60:F1:E7:8E
    Signature Algorithm: ecdsa-with-SHA384
         30:66:02:31:00:8f:f5:c9:3f:b1:4e:f3:f7:d1:9d:b4:ba:0f:
         3d:0a:97:27:10:93:f2:50:7c:22:89:da:8c:d4:ca:a9:63:24:
         26:2a:8b:63:82:63:54:c7:34:f0:d1:9e:7a:18:0b:a7:ea:02:
         31:00:b1:35:8f:4a:f2:fb:26:06:c1:d3:0d:8f:62:d1:b0:c4:
         a0:5d:e9:93:d6:61:c4:e1:a1:b9:5c:a8:f5:f1:67:5e:a2:29:
         37:c2:4b:c6:67:72:fe:8c:90:f9:24:80:77:b7

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-----
MIICLDCCAbGgAwIBAgIQdlP+sK9LdZCiGuSi1fJ2tTAKBggqhkjOPQQDAzBXMQsw
CQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEtMCsGA1UEAxMk
R2xvYmFsU2lnbiBEb2N1bWVudCBTaWduaW5nIFJvb3QgRTQ1MB4XDTIwMDMxODAw
MDAwMFoXDTQ1MDMxODAwMDAwMFowVzELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEds
b2JhbFNpZ24gbnYtc2ExLTArBgNVBAMTJEdsb2JhbFNpZ24gRG9jdW1lbnQgU2ln
bmluZyBSb290IEU0NTB2MBAGByqGSM49AgEGBSuBBAAiA2IABIblQ9C7AGVe1koK
Y4WeRQ+GIzJQVUljapzO96/0fiD5gDJbbrDv8sekLPtqWZAGdrcXjA51RDqAfMjc
Aj3yzqGes0tyy8aM/cLJqoyuM1zqeUvcachWpDwoQXB0jmoaSKNCMEAwDgYDVR0P
AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFGGZArQQ/xA823ra
bDpwJANg8eeOMAoGCCqGSM49BAMDA2kAMGYCMQCP9ck/sU7z99GdtLoPPQqXJxCT
8lB8IonajNTKqWMkJiqLY4JjVMc08NGeehgLp+oCMQCxNY9K8vsmBsHTDY9i0bDE
oF3pk9ZhxOGhuVyo9fFnXqIpN8JLxmdy/oyQ+SSAd7c=
-----END CERTIFICATE-----

Decode PEM Certificate online

Download PEM Certificate

Also see Top 1 Millions Domains CA Certificate List


Page version: e13a7e3f2 2023-05-06