The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

mkdir certs

add to certs/cfg: ------------------------ [ req ] default_bits = 1024 default_keyfile = server-key.pem distinguished_name = req_distinguished_name

[ req_distinguished_name ] countryName = Country Name (2 letter code) countryName_default = RU countryName_min = 2 countryName_max = 2

localityName = Locality Name (eg, city) organizationName = Organization Name(eg, org) organizationalUnitName = Organizational Unit Name (eg, section)

commonName = Common Name (eg, YOUR name) commonName_max = 64

emailAddress = Email Address emailAddress_max = 40 ------------------------- openssl genrsa -out certs/server-key.pem openssl req -new -x509 -key server-key.pem -out certs/server-cert.pem -config cfg

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

Unknown directive: =CERTS