diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-07 14:25:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-07 14:31:59 +0100 |
commit | 79f3002a38d2d69acc51c59e609b09b1d982b545 (patch) | |
tree | 020e4bafd0f7f95611119f6234c7b1e6455b719f | |
parent | c2649ae8328cf5d975e5c0130811801f80c33721 (diff) |
README: print name with proplist for certificate verification
-rw-r--r-- | README.d/03-check-certs.avif | bin | 8223 -> 9339 bytes | |||
-rw-r--r-- | README.md | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/README.d/03-check-certs.avif b/README.d/03-check-certs.avif Binary files differindex 3c7def2..33bdc40 100644 --- a/README.d/03-check-certs.avif +++ b/README.d/03-check-certs.avif @@ -79,12 +79,13 @@ a sensitive property, the passphrase. ![screenshot: import certs](README.d/02-import-certs.avif) -For basic verification we rename the certificates and print their count. Make -sure the certificate count is **two**. +For basic verification we rename the certificates and print them by +fingerprint. Make sure exactly these two certificates ("*E1*" and +"*ISRG-Root-X2*") are shown. /certificate/set name="E1" [ find where common-name="E1" ]; /certificate/set name="ISRG-Root-X2" [ find where common-name="ISRG Root X2" ]; - /certificate/print count-only where fingerprint="46494e30379059df18be52124305e606fc59070e5b21076ce113954b60517cda" or fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470"; + /certificate/print proplist=name where fingerprint="46494e30379059df18be52124305e606fc59070e5b21076ce113954b60517cda" or fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470"; ![screenshot: check certs](README.d/03-check-certs.avif) |