EN VI
Posts (0)
Questions (3)
2024-03-11 15:00:05
The cacert.pem does not have a validity date. Instead this file is a collection of over 100 CA certificates, each having their own expiration dates. The command you use to check the "validity date of...
Tags: python ssl ssl-certificate
2024-03-11 21:00:05
The certificate obtained in the browser is in the PEM-encoded format. You can obtain the public certificate in the PEM-encoded format in your program by applying the openssl-x509-export function. $loc...
Tags: PHP ssl ssl-certificate
2024-03-15 05:00:09
As specified in the documentation for REST::Client, just pass a custom user agent to the constructor, like so: use LWP::UserAgent; use REST::Client; my $ua = LWP::UserAgent->new; $ua->ssl_opts(...
Tags: perl ssl

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login