...
Execute the following command :
Code Block language bash perldoc -l Mozilla::CA
- If the output is"/path/to/perl/lib//version/Mozilla/CA.pm" :
- Then the module is already installed.
- Proceed to the "Install self-signed or company cerificate" section.
- If the output is "No documentation found for Mozilla::CA" :
- Install "Mozilla::CA" module : https://www.cpan.org/modules/INSTALL.html
...
- Go in the "Mozilla::CA" module installation folder : "/path/to/perl/lib//version/Mozilla".
- In folder named "CA", a "cacert.pem" file should be present.
- Append your self-signed or company certificate at the end of this "cacert.pem" file.
...