aboutsummaryrefslogtreecommitdiff
path: root/scripts/testroot.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-31 16:31:38 +0000
committerRob Austein <sra@hactrn.net>2007-10-31 16:31:38 +0000
commit8015aac75ab11bd601b354ebb34c976448d8b575 (patch)
tree9e02a2c173819a1c8820e3f55602db1ca843398e /scripts/testroot.sh
parent65baffdd2fbcc227d8d0a6ee57849abfbb5b7e9d (diff)
Cleanup
svn path=/scripts/testroot.cer; revision=1215
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r--scripts/testroot.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh
deleted file mode 100644
index ae94141d..00000000
--- a/scripts/testroot.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -
-# $Id$
-#
-# Generate test root resource certificate for use with testroot.py server.
-
-touch testroot.index
-echo 01 >testroot.serial
-../openssl/openssl/apps/openssl genrsa -out testroot.key 2048
-../openssl/openssl/apps/openssl req -new -config testroot.cnf -key testroot.key -out testroot.req
-../openssl/openssl/apps/openssl ca -batch -out testroot.cer -in testroot.req -extfile testroot.cnf -config testroot.cnf -selfsign