Hi, I am trying to use a self sign Certificate with Certutil and Signtool, after creating the certificate using OpenSSL I have a private Key and Certificate . when trying to add the Cert to the Db using Certutil by typing % certutil -A -n "Test" -t ",,C" -i cert.crt -d . I can see the Cert in the Database but can't use it (I don't have the * the S column) % signtool -L -d . using certificate directory: . S Certificates - ------------ Test - ------------
I want to use the Signtool to make a jar file so I can copy data to clipboard in the client side using JavaScript and I can't do it. I used that guide to create an self sign certificate : http://www.debian-administration.org/articles/284 how can or what do I have to do so I will be able to add my new Certificate to the Db and create my jar file ? BTW: I am using nss-3.11 for the Certutil and Signtool Thanks in advance Ram _______________________________________________ dev-security mailing list [email protected] https://lists.mozilla.org/listinfo/dev-security
