diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-07 01:25:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-07 01:25:42 +0000 |
commit | 39d58ef8163872e6a69cafdb83b8f63259ed612c (patch) | |
tree | f21205eec6e10b4caa680bec627a34d608869095 /scripts/testroot.cnf | |
parent | 2ff031a5f728fb1eb103b4b3ee06d0db193c9eb7 (diff) |
0/0 for testing
svn path=/scripts/testroot.cer; revision=1255
Diffstat (limited to 'scripts/testroot.cnf')
-rw-r--r-- | scripts/testroot.cnf | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/scripts/testroot.cnf b/scripts/testroot.cnf index a1c256c9..c8e3db65 100644 --- a/scripts/testroot.cnf +++ b/scripts/testroot.cnf @@ -10,7 +10,7 @@ req_extensions = req_x509_ext prompt = no [ req_dn ] -CN = testroot +CN = Completely Bogus Test Root (NOT FOR PRODUCTION USE) [ req_x509_ext ] basicConstraints = critical,CA:true @@ -22,18 +22,9 @@ sbgp-ipAddrBlock = critical,@req_addr_ext [ req_asid_ext ] -AS.0 = 64533 -AS.1 = 64534-64540 -AS.2 = 64544 +AS.0 = 1-65535 [ req_addr_ext ] -IPv4.0 = 10.0.0.0/24 -IPv4.1 = 10.3.0.0/24 -IPv4.2 = 192.0.2.1-192.0.2.33 -IPv4.3 = 192.0.2.44-192.0.2.100 - -IPv6.0 = 2001:db8::44-2001:db8::100 -IPv6.1 = 2001:db8::a00:0/120 -IPv6.2 = 2001:db8::a03:0/120 -IPv6.3 = 2001:db8::10:0:44/128 +IPv4.0 = 0.0.0.0/0 +IPv6.0 = 0::/0 |