Skip to content

Commit

Permalink
Mikrotik - Update DigiCert Root Cert in all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ztheory committed Jul 25, 2024
1 parent ec89677 commit e19caf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ RouterOS >=6.4.7 is required. These instructions were tested using RouterOS 7.1.
* Download the certificate to your MikroTik router:

```
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem"
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem"
```

* Import the certificate into the local certificate store. When prompted for a passphrase, just hit enter for no passphrase:

```
/certificate/import file-name=DigiCertGlobalRootCA.crt.pem
/certificate/import file-name=DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem
```

The resulting output should be:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Se requiere RouterOS >=6.4.7. Estas instrucciones se probaron con RouterOS 7.1.3
* Descarga el certificado a tu router MikroTik:

```
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem"
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem"
```

* Importe el certificado al almacén de certificados local. Cuando se le solicite una frase de contraseña, simplemente presione Intro para no tener contraseña:

```
/certificate/import file-name=DigiCertGlobalRootCA.crt.pem
/certificate/import file-name=DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem
```

El resultado debería ser:
Expand Down Expand Up @@ -78,4 +78,4 @@ Si aún no tiene terminales que utilicen el enrutador MikroTik para DNS, puede c
nslookup quad9.net 192.168.1.1
```

[Obtenga soporte](https://quad9.net/support/contact){ .md-button .md-button--primary }
[Obtenga soporte](https://quad9.net/support/contact){ .md-button .md-button--primary }
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ RouterOS >=6.4.7 est requis. Ces instructions ont été testées en utilisant Ro
* Téléchargez le certificat sur votre routeur MikroTik:

```
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem"
/tool/fetch mode=https url="https://cacerts.digicert.com/DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem"
```

* Importez le certificat dans la bibliothèque de certificats locale. Lorsque vous êtes invité à saisir une phrase secrète, appuyez simplement sur Entrée pour ne pas indiquer de phrase secrète:

```
/certificate/import file-name=DigiCertGlobalRootCA.crt.pem
/certificate/import file-name=DigiCertGlobalG3TLSECCSHA3842020CA1-1.crt.pem
```

Le résultat obtenu devrait être:
Expand Down

0 comments on commit e19caf9

Please sign in to comment.