diff options
author | Christian Hesse <mail@eworm.de> | 2024-08-19 14:54:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-08-19 15:06:32 +0200 |
commit | 342d459436414ea94b9081474122c60b50f61569 (patch) | |
tree | 02fc37405f15ba0dfa8455b4594e4c5188eca318 | |
parent | c28574b8f4484463e326e895fcac110d805efa01 (diff) |
README: match the certificate file name from Let's Encrypt website...
... so import from manually downloaded and transferred file works
out of the box as well.
-rw-r--r-- | README.d/01-download-certs.avif | bin | 4596 -> 4890 bytes | |||
-rw-r--r-- | README.md | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.d/01-download-certs.avif b/README.d/01-download-certs.avif Binary files differindex 4a074eb..d41ca05 100644 --- a/README.d/01-download-certs.avif +++ b/README.d/01-download-certs.avif @@ -69,7 +69,7 @@ download the certificates. If you intend to download the scripts from a different location (for example from github.com) install the corresponding certificate chain. - /tool/fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/ISRG-Root-X2.pem" dst-path="ISRG-Root-X2.pem"; + /tool/fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem"; ![screenshot: download certs](README.d/01-download-certs.avif) @@ -81,7 +81,7 @@ file to your MikroTik device. Then we import the certificate. - /certificate/import file-name=ISRG-Root-X2.pem passphrase=""; + /certificate/import file-name=isrg-root-x2.pem passphrase=""; Do not worry that the command is not shown - that happens because it contains a sensitive property, the passphrase. |