Re: How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2015-09-15 Thread David Keeler
> Is there any way i can by pass this warning using the certutil? > > > > -- > View this message in context: > http://mozilla.6506.n7.nabble.com/How-to-programmatically-Add-Exception-on-Servers-tab-in-Certificate-Manager-tp287317p344972.html > Sent from the Mozilla - C

Re: How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2015-09-14 Thread Priyanka
fault" Is there any way i can by pass this warning using the certutil? -- View this message in context: http://mozilla.6506.n7.nabble.com/How-to-programmatically-Add-Exception-on-Servers-tab-in-Certificate-Manager-tp287317p344972.html Sent from the Mozilla - Cryptography mailing list arc

Re: How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2013-08-06 Thread Robert Relyea
On 08/06/2013 09:41 AM, epva...@gmail.com wrote: I am using the NSS certutil.exe app command line to add a self-signed certificate to Firefox. Using the command line I'm able to get my certificate to show up in the Certificate Manager under the "Authorities" and "Others" tabs. I have even gotte

Re: How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2013-08-06 Thread epvance
Thanks Kai! I was starting to think that was the case. One follow up question. If I generate my own CA and then use that CA to generate a certificate...If I add the CA to firefox using the certutil the generated cert will be accepted by firefox without a warning, right? Thanks, EV -- dev-te

Re: How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2013-08-06 Thread Kai Engert
On Tue, 2013-08-06 at 09:41 -0700, epva...@gmail.com wrote: > So, how can I "Add Exception" using NSS tools? I'm able to get the cert > installed in a way that doesn't work using this command: You cannot. The exceptions feature has been added at the Mozilla application layer, above NSS. The host

How to programmatically "Add Exception" on "Servers" tab in Certificate Manager.

2013-08-06 Thread epvance
I am using the NSS certutil.exe app command line to add a self-signed certificate to Firefox. Using the command line I'm able to get my certificate to show up in the Certificate Manager under the "Authorities" and "Others" tabs. I have even gotten it to show up in the "Servers" tab. However, whe