in reply to How can I access the Web Site Certificate with perl
From the Net::SSLeay documentation:
dump_peer_certificate() allows you to get plaintext description of the certificate the peer (usually server) presented to us.
dump_peer_certificate() allows you to get plaintext description of the certificate the peer (usually server) presented to us.
|
---|
In Section
Seekers of Perl Wisdom