diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-12 17:43:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-12 17:43:13 +0000 |
commit | 855c609b7b0951c22ed3a83bab77e769309e1626 (patch) | |
tree | 99792f4c4ad779afc52e04bcf81bb0464b1def60 /openssl/tests/test.conf | |
parent | ca0979f78ecefa9d12926fef6ce1a041b5adf664 (diff) |
Reorganize old directory hierarchy to match current usage
svn path=/docs; revision=1875
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 |