Re: Re: how to create keystore by using NSS certutil (Hubert Kario
Kelly <[email protected]>
| Newsgroups | gmane.comp.mozilla.security |
|---|---|
| Message-ID | <[email protected]> |
First,thank you. i use the command you said "certutil -N -d sql:./nssdb/ " but not with "--empty-password" it work ok. and then i use command "certutil -A -d sql:./nssdb/ -n cert-nickname -a -i cert-in-ascii.pem" like "certutil -A -d sql:./nssdb/ -n cert-nickname -a -i /home/l/Desktop/ASUE1.cer" it said "certutil -A: trust is required for this command (-t)" and then i input "certutil -A -t -d sql:./nssdb/ -n cert-nickname -a -i /home/l/Desktop/ASUE1.cer" it reply "certutil: function failed: SEC_ERROR_LEGACY_DATABASE: The certificate/key database is in old, unsupported format." can you help me? thanks again.