mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-24 21:04:51 +02:00
README: print name with proplist for certificate verification
This commit is contained in:
parent
c2649ae832
commit
79f3002a38
2 changed files with 4 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 9.1 KiB |
|
@ -79,12 +79,13 @@ a sensitive property, the passphrase.
|
|||
|
||||

|
||||
|
||||
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";
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue