Re: [openssl-users] Check if key is unlocked

2016-10-15 Thread shawn wilson
Blah, auto complete bit me - sorry, wrong ml / ot :( On Oct 14, 2016 10:45, "Salz, Rich" wrote: > > Is there a way to to check (from a script) if a key in the agent is > unlocked? > > Agent? Do you mean ssh? This is openssl :) > -- > openssl-users mailing list > To unsubscribe: https://mta.ope

[openssl-users] Check if key is unlocked

2016-10-14 Thread shawn wilson
Is there a way to to check (from a script) if a key in the agent is unlocked? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Self signed cert issues

2016-09-19 Thread shawn wilson
End goal - I don't want the machine (curl, wget, git, etc) to throw errors when accessing a site that I trust (ie, within the company). [root@srwilson-centos7 anchors]# openssl s_client -showcerts -connect site.com:443 /dev/null|openssl x509 -outform PEM > site_git.pem [root@srwilson-centos7 ancho