mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
NSS 3.12 added a header to the certutil output we need to skip
456694
This commit is contained in:
parent
cf06dd9f84
commit
f5f8e8d884
@ -332,6 +332,9 @@ class CertDB(object):
|
||||
flags = fields[-1]
|
||||
if 'u' in flags:
|
||||
name = " ".join(fields[0:-1])
|
||||
# NSS 3.12 added a header to the certutil output
|
||||
if name == "Certificate Nickname Trust":
|
||||
continue
|
||||
server_certs.append((name, flags))
|
||||
|
||||
return server_certs
|
||||
|
Loading…
Reference in New Issue
Block a user