timestamproote46.crt: CN=GlobalSign Timestamping Root E46,O=GlobalSign nv-sa,C=BE (Root Certificate, Expiring 2046-03-24) 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 "http://secure.globalsign.com/cacert/timestamproote46.crt" --output cert.crt

Download certificate through wget:

wget -q "http://secure.globalsign.com/cacert/timestamproote46.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:
            79:29:9b:2b:d2:95:fd:60:5c:36:f4:87:ad:9e:a2:9e
    Signature Algorithm: ecdsa-with-SHA256
        Issuer: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping Root E46
        Validity
            Not Before: Mar 24 00:00:00 2021 GMT
            Not After : Mar 24 00:00:00 2046 GMT
        Subject: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Timestamping Root E46
        Subject Public Key Info:
            Public Key Algorithm: id-ecPublicKey
                Public-Key: (256 bit)
                pub: 
                    04:28:86:29:6a:8b:31:69:ef:d6:56:1c:d1:b8:fc:
                    b7:af:7c:4b:f1:21:66:64:60:a6:40:d0:7e:97:3a:
                    b7:e0:50:12:51:14:bc:87:20:00:f7:b5:a5:77:d4:
                    8d:05:33:d0:8e:64:7c:79:2b:a5:82:a0:10:85:68:
                    60:3c:da:b0:bd
                ASN1 OID: prime256v1
                NIST CURVE: P-256
        X509v3 extensions:
            X509v3 Key Usage: critical
                Digital Signature, Certificate Sign, CRL Sign
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Key Identifier: 
                A6:59:3C:E9:66:30:2E:12:99:55:11:A6:80:EE:1E:08:FC:7C:B8:99
    Signature Algorithm: ecdsa-with-SHA256
         30:45:02:21:00:81:68:be:2e:8a:d7:4d:a6:4d:29:90:03:e3:
         5a:9c:fa:b0:31:cb:3e:3d:dc:12:11:ae:b3:25:23:6d:94:0e:
         a3:02:20:65:6d:4c:27:58:9b:fb:73:a2:12:60:37:69:d8:87:
         e2:76:68:6d:09:8f:1e:c4:0a:55:86:ce:17:cc:79:d4:a6

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-----
MIIB5jCCAYygAwIBAgIQeSmbK9KV/WBcNvSHrZ6injAKBggqhkjOPQQDAjBTMQsw
CQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEpMCcGA1UEAxMg
R2xvYmFsU2lnbiBUaW1lc3RhbXBpbmcgUm9vdCBFNDYwHhcNMjEwMzI0MDAwMDAw
WhcNNDYwMzI0MDAwMDAwWjBTMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFs
U2lnbiBudi1zYTEpMCcGA1UEAxMgR2xvYmFsU2lnbiBUaW1lc3RhbXBpbmcgUm9v
dCBFNDYwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQohilqizFp79ZWHNG4/Lev
fEvxIWZkYKZA0H6XOrfgUBJRFLyHIAD3taV31I0FM9COZHx5K6WCoBCFaGA82rC9
o0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU
plk86WYwLhKZVRGmgO4eCPx8uJkwCgYIKoZIzj0EAwIDSAAwRQIhAIFovi6K102m
TSmQA+NanPqwMcs+PdwSEa6zJSNtlA6jAiBlbUwnWJv7c6ISYDdp2IfidmhtCY8e
xApVhs4XzHnUpg==
-----END CERTIFICATE-----

Decode PEM Certificate online

Download PEM Certificate

Also see Top 1 Millions Domains CA Certificate List


Page version: e13a7e3f2 2023-05-06