Emil Assarsson wrote: > Christian Schmitt wrote:
>> The next step would be to import my certificate. I have one from >> Thawte that is in PKCS#7 format in a textfile. Can I import this into >> certutil?
use openssl to split the pkcs#7 to a list of certificates and then add them to the database with certutil. Add the root cert and then follow the chain up. Set the trust args correct.
If Christian has a PKCS#7 signed data object, where the certs are the signed data (not merely the certs used for the signature), as described in http://wp.netscape.com/eng/security/comm4-cert-download.html then certutil should be able to import all the certs from it directly, without needing any other tools to decompose it.
I think mozilla also supports this, but am not entirely sure.
-- Nelson B
_______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
