aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-04-23 10:13:33 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-06-25 08:07:16 +0200
commita4f3db3b0dc32711fbf5e3a4c4bd1ea2b67f17a0 (patch)
tree23fc353821f21e8db293a72aff27f5d796370051
parentdf928ff796475a9c7f6fa9b8221f48494ef45e6d (diff)
README: drop command to remove certificate file...
... as this is done automatically with RouterOS 7.15rc1 and later.
-rw-r--r--README.d/03-check-certs.avifbin8932 -> 8047 bytes
-rw-r--r--README.md3
2 files changed, 1 insertions, 2 deletions
diff --git a/README.d/03-check-certs.avif b/README.d/03-check-certs.avif
index 46b7220..4717b3e 100644
--- a/README.d/03-check-certs.avif
+++ b/README.d/03-check-certs.avif
Binary files differ
diff --git a/README.md b/README.md
index 6b3cd05..2d2336b 100644
--- a/README.md
+++ b/README.md
@@ -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)