mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-09 10:01:36 +00:00
CERTIFICATES: explain special case with Organizational Unit
This commit is contained in:
parent
384a02212d
commit
85a3bc9ac0
2 changed files with 14 additions and 0 deletions
BIN
CERTIFICATES.d/05-cert-from-OU.avif
Normal file
BIN
CERTIFICATES.d/05-cert-from-OU.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -71,6 +71,20 @@ is no output. Otherwise the certificate is downloaded and imported.
|
|||
If importing a certificate with that exact name fails a warning is given
|
||||
and nothing is actually imported.
|
||||
|
||||
Certificate by Organizational Unit
|
||||
----------------------------------
|
||||
|
||||
There are some rare cases where the *Common Name* is not unique, for example
|
||||
several certificates with name "`GlobalSign`" do exist. To download and
|
||||
import these (from [mkcert.org ↗️](https://mkcert.org)) it may be required to
|
||||
use the *Organizational Unit*.
|
||||
|
||||

|
||||
|
||||
In this special case run:
|
||||
|
||||
$CertificateAvailable "GlobalSign Root CA - R3" "fetch";
|
||||
|
||||
See also
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue