diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-16 16:31:57 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-16 16:31:57 +0200 |
commit | f111669673f17bc589f1244e14a9650110ad36bb (patch) | |
tree | 68e4cec4329d5bdad1b8998a71285f10d2e0ab9c /README.md | |
parent | d81e1bf1956d0d4f111bee6617311fca76a5d01c (diff) |
README: download certificates from repository
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 5 insertions, 18 deletions
@@ -27,16 +27,10 @@ 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://letsencrypt.org/certs/isrgrootx1.pem.txt" + [admin@MikroTik] > / tool fetch "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/certs/731d3d9cfaa061487a1d71445a42f67df0afca2a6c2d2f98ff7b3ce112b1f568.pem" dst-path=letsencrypt.pem status: finished - downloaded: 1KiBC-z pause] - total: 1KiB - duration: 1s - - [admin@MikroTik] > / tool fetch "https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt" - status: finished - downloaded: 1KiBC-z pause] - total: 1KiB + downloaded: 3KiBC-z pause] + total: 3KiB duration: 1s Note that the commands above do *not* verify server certificate, so if you @@ -48,15 +42,8 @@ files to your MikroTik device. Then we import the certificates. - [admin@MikroTik] > / certificate import file-name=isrgrootx1.pem.txt passphrase="" - certificates-imported: 1 - private-keys-imported: 0 - files-imported: 1 - decryption-failures: 0 - keys-with-no-certificate: 0 - - [admin@MikroTik] > / certificate import file-name=letsencryptauthorityx3.pem.txt passphrase="" - certificates-imported: 1 + [admin@MikroTik] > / certificate import file-name=letsencrypt.pem passphrase="" + certificates-imported: 2 private-keys-imported: 0 files-imported: 1 decryption-failures: 0 |