/usr/share/doc/perl-Net-SSLeay/examples
NameSizeModeActions
bio.pl12040644editdlrm
bulk.pl19540644editdlrm
callback.pl31940644editdlrm
cb-testi.pl5480644editdlrm
cli-cert.pl38050644editdlrm
ephemeral.pl5530644editdlrm
get_authenticated_page.pl7300644editdlrm
get_page.pl5070644editdlrm
get_page_cert.pl9660644editdlrm
https-proxy-snif.pl45440644editdlrm
makecert.pl15310644editdlrm
minicli.pl13400644editdlrm
passwd-cb.pl8090644editdlrm
req.conf12320644editdlrm
server_key.pem9630644editdlrm
ssl-inetd-serv.pl16420644editdlrm
sslcat.pl5260644editdlrm
sslecho.pl31430644editdlrm
ssl_diff.pl6310644editdlrm
stdio_bulk.pl25900644editdlrm
tcpcat.pl4220644editdlrm
tcpecho.pl18150644editdlrm
x509_cert_details.pl101150644editdlrm
Edit: /usr/share/doc/perl-Net-SSLeay/examples/req.conf (1232B)
# SSLeay config file for generating self signed certificate # for testing Net::SSLeay.pm (see `make test' alias test.pl) # # 8.6.1998, Sampo Kellomaki #################################################################### [ req ] default_bits = 1024 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attr encrypt_rsa_key = no [ req_distinguished_name ] countryName = Country Name (2 letter code) countryName_min = 2 countryName_max = 2 countryName_default = PT stateOrProvinceName = State or Province Name (optional) localityName = Locality Name (eg, city) localityName_default = Lisboa organizationName = Organization Name (eg, company) organizationalUnitName = Organizational Unit Name (eg, section) commonName = Common Name (the name of your machine) commonName_max = 64 emailAddress = Email Address emailAddress_max = 40 # Challenge password is used for delievering the cert (or what)??? [ req_attr ] challengePassword = A challenge password challengePassword_min = 0 challengePassword_max = 80 #EOF