aboutsummaryrefslogtreecommitdiff
path: root/scripts/testroot.cnf
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-24 07:35:25 +0000
committerRob Austein <sra@hactrn.net>2007-12-24 07:35:25 +0000
commit0b9d273ed65a77d480f789ab77107e73af55fd1c (patch)
treedf9236ebe9da4f4c702b860b462a0f93f724092b /scripts/testroot.cnf
parent3b26727b8b5c48e783be35cc821193aa4086d48b (diff)
Rename testroot => rootd
svn path=/scripts/Makefile; revision=1437
Diffstat (limited to 'scripts/testroot.cnf')
-rw-r--r--scripts/testroot.cnf30
1 files changed, 0 insertions, 30 deletions
diff --git a/scripts/testroot.cnf b/scripts/testroot.cnf
deleted file mode 100644
index c8e3db65..00000000
--- a/scripts/testroot.cnf
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id$
-#
-# Generate test root resource certificate for use with testroot.py server.
-
-[ req ]
-default_bits = 2048
-encrypt_key = no
-distinguished_name = req_dn
-req_extensions = req_x509_ext
-prompt = no
-
-[ req_dn ]
-CN = Completely Bogus Test Root (NOT FOR PRODUCTION USE)
-
-[ req_x509_ext ]
-basicConstraints = critical,CA:true
-subjectKeyIdentifier = hash
-keyUsage = critical,keyCertSign,cRLSign
-subjectInfoAccess = 1.3.6.1.5.5.7.48.5;URI:rsync://wombat.invalid/
-sbgp-autonomousSysNum = critical,@req_asid_ext
-sbgp-ipAddrBlock = critical,@req_addr_ext
-
-[ req_asid_ext ]
-
-AS.0 = 1-65535
-
-[ req_addr_ext ]
-
-IPv4.0 = 0.0.0.0/0
-IPv6.0 = 0::/0