diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-30 16:11:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-30 16:52:53 +0200 |
commit | 42834e9de1a7cdf2b57d41ce9b1e2d11d0089ffc (patch) | |
tree | 957e8839610ddc30a3c700d1b40384aaf1de49e8 /README.md | |
parent | 7f96e5c9669f30cd22914de7f092d009faddf304 (diff) |
global-functions: $CertificateAvailable: fetch by CommonName
Now that we have a proper $UrlEncode function... Fetch certificates
by CommonName.
Also remove the PEM after import.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,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. - [admin@MikroTik] > / tool fetch "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/certs/letsencrypt.pem" dst-path="letsencrypt.pem" + [admin@MikroTik] > / tool fetch "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/certs/Let%27s%20Encrypt%20Authority%20X3.pem" dst-path="letsencrypt.pem" status: finished downloaded: 3KiBC-z pause] total: 3KiB |