Re: Automating importing sso certificates into chromium/chrome

2016-10-08 Thread Enrico Zini
On Sun, Sep 11, 2016 at 02:25:34PM +0200, Philipp Kern wrote: > Did you try pk12util with a PKCS#12 file (bundle of key and certificate) > already? (-d, -i as above, and -W for the password of the PKCS#12 file, > which can be the empty string.) I tried now, and it worked, thanks! I've added

Re: Automating importing sso certificates into chromium/chrome

2016-09-11 Thread Philipp Kern
On 10.09.2016 18:05, Enrico Zini wrote: > I manually generated a new certificate with sso.debian.org, then > combined them into a PEM: > >cat enrico.crt enrico.key > enrico.pem > > I then tried to import them into chromium using certutil: > >certutil -d sql:/home/enrico/.pki/nssdb -A

Automating importing sso certificates into chromium/chrome

2016-09-10 Thread Enrico Zini
Hello, I manually generated a new certificate with sso.debian.org, then combined them into a PEM: cat enrico.crt enrico.key > enrico.pem I then tried to import them into chromium using certutil: certutil -d sql:/home/enrico/.pki/nssdb -A -i enrico.pem -n sso.debian.org -t u -u C But