Name
SPVM::Mozilla::CA - Mozilla's CA cert bundle in PEM format
Description
The Mozilla::CA class of SPVM has methods to get Mozilla's CA cert bundle in PEM format.
Usage
use Mozilla::CA;
my $ssl_ca = Mozilla::CA->SSL_ca;
Class Methods
static method SSL_ca : string ();
Returns the content of the Mozilla's CA cert bundle PEM file.
This is the same file content returned by Perl's Mozilla::CA::SSL_ca_file.
The content is synced periodically.
Repository
Author
Yuki Kimoto kimoto.yuki@gmail.com
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License