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
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
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