mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-28 20:30:05 +02:00
check-certificates: strip prefix from issuer CN
This commit is contained in:
parent
e62fbd2489
commit
afeab858d4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
:local GetIssuerCN do={
|
||||
:foreach IssuerI in=$1 do={
|
||||
:if ([ :pick $IssuerI 0 3 ] = "CN=") do={
|
||||
:return $IssuerI;
|
||||
:return [ :pick $IssuerI 3 99 ];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue