diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-24 07:35:25 +0000 |
commit | 0b9d273ed65a77d480f789ab77107e73af55fd1c (patch) | |
tree | df9236ebe9da4f4c702b860b462a0f93f724092b /scripts/rootd.cnf | |
parent | 3b26727b8b5c48e783be35cc821193aa4086d48b (diff) |
Rename testroot => rootd
svn path=/scripts/Makefile; revision=1437
Diffstat (limited to 'scripts/rootd.cnf')
-rw-r--r-- | scripts/rootd.cnf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/scripts/rootd.cnf b/scripts/rootd.cnf new file mode 100644 index 00000000..1e400c04 --- /dev/null +++ b/scripts/rootd.cnf @@ -0,0 +1,30 @@ +# $Id$ +# +# Generate test root resource certificate for use with rootd.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 |