I am working on CentOS, and I have NSS 3.19.1
I am trying to add a client certificate with rsa private key to the NSS database.
Im working inside of /etc/pki/nssdb
and it has the contents:
cert8.db
cert9.db
key3.db
key4.db
pkcs11.txt
secmod.db
I know the cert8
, key3
, and secmod
are the old formats for the db.
But whatever command i run i either get:
SEC_ERROR_BAD_DATABASE
or
SEC_ERROR_LEGACY_DATABASE
I thought i had the updated database with the cert9, key4, and pkcs11 files.
Can anyone help with this issue?