mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-22 19:54:22 +02:00
Only remove specific certificates
This commit is contained in:
parent
3aea72c190
commit
75ee7e60fd
4 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
/ip dns set verify-doh-cert=no
|
||||
|
||||
/tool fetch url=https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem
|
||||
/certificate remove [find]
|
||||
/certificate remove [find name~"DigiCertGlobalRootCA.crt.pem"]
|
||||
/certificate import file-name=DigiCertGlobalRootCA.crt.pem passphrase=""
|
||||
/file remove DigiCertGlobalRootCA.crt.pem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue