pesign currently ships with an old format nssdb.
it can convert to the newer format with:
certutil -K -d sql:etc/pki/pesign -X
and the source code should probably be changed to something like:
- char *certdir = "/etc/pki/pesign"
+ char *certdir = "sql:/etc/pki/pesign"
(or set NSS_DEFAULT_DB_TYPE=sql in environment)
pesign currently ships with an old format nssdb.
it can convert to the newer format with:
certutil -K -d sql:etc/pki/pesign -Xand the source code should probably be changed to something like:
(or set
NSS_DEFAULT_DB_TYPE=sqlin environment)