So I finally got tired of constantly having to hit 'proceed...' when I access web services at work since I know and trust the servers so I finally took the 5 minutes to google....
solution can be found in the following links:
The also includes notes for other platforms, but I at this time only care about the linux tip.
solution:
- click on the lock in the url bar and under the connection tab click the 'certificate information' link.
- export certificate (I selected 'pkcs #7 single)
- ensure you have nss utils installed (deb: libnss3-tools; rpm: nss-tools)
- certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n <filepath> -i <filepath>
- restart chrome
and viola you are done.
No comments:
Post a Comment