aboutsummaryrefslogtreecommitdiff
path: root/test/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/init.sh')
-rwxr-xr-xtest/init.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/init.sh b/test/init.sh
deleted file mode 100755
index c0e7647..0000000
--- a/test/init.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2015, inaz2
-# Copyright (C) 2021 jahoti <jahoti@tilde.team>
-# Licensing information is collated in the `copyright` file
-
-# Initialize the root certificate for the tests proxy server
-# Make sure this is run in the directory where they will be put!
-
-
-if [ -n "$1" ]; then
- cd "$1"
-fi
-openssl genrsa -out ca.key 2048
-openssl genrsa -out cert.key 2048
-openssl req -new -x509 -days 3650 -key ca.key -out ca.crt -subj "/CN=Hachette Test"