| # | Label / Alias | Subject | Issuer | Serial | Key | Signature Algorithm | CA | Key Usage | Extended Key Usage | Subject Alternative Name | Basic Constraints |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | alias_1 | CN=*.globalsign.com,OU=PKI Services,O=GMO GlobalSign nv-sa,C=BE | CN=GMO GlobalSign nv-sa Issuing CA G5,OU=PKI Infrastructure,O=GMO GlobalSign nv-sa,C=BE | 7a59303944f3983bbcb6237336c978abacb56e53 |
2048-bit RSA | sha256WithRSA | Leaf | DigitalSignature KeyEncipherment |
serverAuth clientAuth |
DNS *.globalsign.com DNS globalsign.com |
present CA: False |
| 2 | alias_2 | CN=GMO GlobalSign nv-sa Issuing CA G5,OU=PKI Infrastructure,O=GMO GlobalSign nv-sa,C=BE | CN=GMO GlobalSign nv-sa Root CA G5,OU=Certification Authority,O=GMO GlobalSign nv-sa,C=BE | 4c1c6af986d3f1ea2ab5eb7f0ad58a38610ebf03 |
3072-bit RSA | sha256WithRSA | CA | KeyCertSign CrlSign |
none | none | present CA: True PathLength: 0 |
| 3 | alias_3 | CN=GMO GlobalSign nv-sa Root CA G5,OU=Certification Authority,O=GMO GlobalSign nv-sa,C=BE | CN=GMO GlobalSign nv-sa Root CA G5,OU=Certification Authority,O=GMO GlobalSign nv-sa,C=BE | 247787ac7b791a73411847ce3c887e885629d4e6 |
4096-bit RSA | sha256WithRSA | CA | none | none | none | present CA: True |
| Priority | Category | Alias | Serial | Issue | Action | Command |
|---|---|---|---|---|---|---|
| P1 CRITICAL | EXPIRY | alias_1 | 7a59303944f3983bbcb6237336c978abacb56e53 | ❌ Error: Certificate 1 Alias alias_1 Serial 7a59303944f3983bbcb6237336c978abacb56e53 expired 3439 days, 1 hour, 23 minutes ago. | Renew the certificate immediately. | openssl genrsa -out "globalsign_fullchain.key" 4096
openssl req -new -key "globalsign_fullchain.key" -out "globalsign_fullchain.csr" -subj "/C=BE/O=GMO GlobalSign nv-sa/OU=PKI Services/CN=*.globalsign.com/" |
| P1 CRITICAL | EXPIRY | alias_2 | 4c1c6af986d3f1ea2ab5eb7f0ad58a38610ebf03 | ❌ Error: Certificate 2 Alias alias_2 Serial 4c1c6af986d3f1ea2ab5eb7f0ad58a38610ebf03 expired 614 days, 1 hour, 23 minutes ago. | Renew the certificate immediately. |
| Certificate | Chain |
|---|---|
| alias_1 | alias_2 ----> alias_3 |
| alias_2 | alias_3 |
| alias_3 | (root) |
| Serial | Chain |
|---|---|
| 247787ac7b791a73411847ce3c887e885629d4e6 | (root) |
| 4c1c6af986d3f1ea2ab5eb7f0ad58a38610ebf03 | 247787ac7b791a73411847ce3c887e885629d4e6 |
| 7a59303944f3983bbcb6237336c978abacb56e53 | 4c1c6af986d3f1ea2ab5eb7f0ad58a38610ebf03 ----> 247787ac7b791a73411847ce3c887e885629d4e6 |