diff options
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-certificates b/check-certificates index 7ae33ab..290fd0d 100644 --- a/check-certificates +++ b/check-certificates @@ -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 ]; } } } |