X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Farm%2Flibnet-ssleay-perl%2Flibnet-ssleay-perl-1.35%2Fexamples%2Freq.conf;fp=dev%2Farm%2Flibnet-ssleay-perl%2Flibnet-ssleay-perl-1.35%2Fexamples%2Freq.conf;h=0e102c152e80c511dc27324d8c9ff78e3470516c;hp=0000000000000000000000000000000000000000;hb=f477fa73365d491991707e7ed9217b48d6994551;hpb=da95c414033799c3a62606f299c3c00b5c77ca11 diff --git a/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/examples/req.conf b/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/examples/req.conf new file mode 100644 index 0000000..0e102c1 --- /dev/null +++ b/dev/arm/libnet-ssleay-perl/libnet-ssleay-perl-1.35/examples/req.conf @@ -0,0 +1,42 @@ +# 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