diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-23 10:13:33 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-07-25 09:11:26 +0200 |
commit | 22d93d07081cd23954abcae66aa448794f3dda51 (patch) | |
tree | 7078068578503cc984b1094461a48da0e1ea288e /README.md | |
parent | 511184a4a7bbabd6b7789defb9cc65c22bb50664 (diff) |
README: drop command to remove certificate file...
... as this is done automatically with RouterOS 7.15rc1 and later.
Not bumping the required RouterOS version (badge) here... Worst thing
that can happen is a stale certificate file left on storage.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -90,11 +90,10 @@ a sensitive property, the passphrase. For basic verification we rename the certificate and print it by fingerprint. Make sure exactly this one certificate ("*ISRG-Root-X2*") -is shown. Also remove the left over file. +is shown. /certificate/set name="ISRG-Root-X2" [ find where common-name="ISRG Root X2" ]; /certificate/print proplist=name,fingerprint where fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470"; - /file/remove [ find where name="ISRG-Root-X2.pem" ]; ![screenshot: check certs](README.d/03-check-certs.avif) |