The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

SPVM::Mozilla::CA - Github

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License