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-04-23 10:44:59 +0200
commit6a260aa4958ec84f42fe0aee4b6a6a4b3da2fd3c (patch)
tree7a80266caebcc79273063a0295d6a91f7dd37e7f
parent1e86ee8a67a47ed0c6359f4bfb82c537dfbcbd3f (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.avifbin12089 -> 11388 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 0477c39..b54a494 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 b6e529d..3368e6b 100644
--- a/README.md
+++ b/README.md
@@ -91,12 +91,11 @@ a sensitive property, the passphrase.
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. Also remove the left over file.
+"*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 proplist=name,fingerprint where fingerprint="46494e30379059df18be52124305e606fc59070e5b21076ce113954b60517cda" or fingerprint="69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470";
- /file/remove [ find where name="letsencrypt-E1.pem" ];
![screenshot: check certs](README.d/03-check-certs.avif)