diff options
Diffstat (limited to 'openssl/tests/test.conf')
-rw-r--r-- | openssl/tests/test.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/openssl/tests/test.conf b/openssl/tests/test.conf new file mode 100644 index 00000000..161eb5be --- /dev/null +++ b/openssl/tests/test.conf @@ -0,0 +1,41 @@ +# $Id$ + +[ req ] +default_bits = 1024 +encrypt_key = no +distinguished_name = req_dn +x509_extensions = req_x509_ext +prompt = no + +[ req_dn ] +C = US +ST = MA +L = Reading +O = Grunchweather Associates +OU = Software Engineering +CN = RFC3779 test cert +emailAddress = sra@hactrn.net + +[ req_x509_ext ] + +sbgp-autonomousSysNum = @asid_ext +sbgp-ipAddrBlock = @addr_ext + +[ asid_ext ] + +AS.0 = 1 +AS.1 = 3-22 +AS.2 = 2 +RDI.0 = inherit + +[ addr_ext ] + +IPv4-SAFI.0 = 1 : 10.0.0.6 /24 +IPv4.0 = 10.0.0.44 +IPv4.1 = 10.3.0.44 +IPv4.2 = 10.0.0.45 +IPv4.3 = 10.2.0.5 +IPv4.4 = 10.2.0.6- 10.3.0.0 +IPv6.0 = 2002:: +IPv6.1 = 2002::1 - 2002::14 +IPv6.2 = 2003::/33 |