From a105111b05a06da83b4a17d5902d1cf5643b8bb4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 31 Oct 2007 17:07:07 +0000 Subject: Checkpoint svn path=/scripts/testroot.cer; revision=1216 --- scripts/testroot.generate.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 scripts/testroot.generate.sh (limited to 'scripts/testroot.generate.sh') diff --git a/scripts/testroot.generate.sh b/scripts/testroot.generate.sh deleted file mode 100644 index cfba7155..00000000 --- a/scripts/testroot.generate.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# $Id$ -# -# Generate test root resource certificate for use with testroot.py server. - -tempfiles='01.pem testroot.index testroot.index.old testroot.serial testroot.serial.old testroot.index.attr testroot.req' - -rm -f $tempfiles -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 -rm -f $tempfiles -- cgit v1.2.3