ossobv / vcutil

Misc. simple utilities to aid version control and host maintenance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x509v3-issuer-key--not-provided with libssl3

wdoekes opened this issue · comments

On Jammy, openssl output is different:

# easycert -T wjd.nu 443
Certificate chain
 0 s: {55:A6:87:F1:A6:A5:1D:BA:25:46:28:5C:17:D6:7C:0B:F2:96:AE:7A} [1ff0fa0c] CN = wjd.nu
   i: {x509v3-issuer-key--not-provided} [8d33f237] C = US, O = Let's Encrypt, CN = R3
 1 s: {14:2E:B3:17:B7:58:56:CB:AE:50:09:40:E6:1F:AF:9D:8B:14:C2:C6} [8d33f237] C = US, O = Let's Encrypt, CN = R3
   i: {x509v3-issuer-key--not-provided} [4042bcee] C = US, O = Internet Security Research Group, CN = ISRG Root X1

Should be:

$ easycert -T wjd.nu 443
Certificate chain
 0 s: {55:A6:87:F1:A6:A5:1D:BA:25:46:28:5C:17:D6:7C:0B:F2:96:AE:7A} [1ff0fa0c] CN = wjd.nu
   i: {14:2E:B3:17:B7:58:56:CB:AE:50:09:40:E6:1F:AF:9D:8B:14:C2:C6} [8d33f237] C = US, O = Let's Encrypt, CN = R3
 1 s: {14:2E:B3:17:B7:58:56:CB:AE:50:09:40:E6:1F:AF:9D:8B:14:C2:C6} [8d33f237] C = US, O = Let's Encrypt, CN = R3
   i: {79:B4:59:E6:7B:B6:E5:E4:01:73:80:08:88:C8:1A:58:F6:E9:9B:6E} [4042bcee] C = US, O = Internet Security Research Group, CN = ISRG Root X1

Fixed already.