summaryrefslogtreecommitdiff
path: root/tools/create-key.sh
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
commitd1a2f978fb626c904fb1278c792d992ec4563acf (patch)
treee0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /tools/create-key.sh
parent4596485adffb636c014362bc982ee0b952c77f26 (diff)
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'tools/create-key.sh')
-rwxr-xr-xtools/create-key.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/create-key.sh b/tools/create-key.sh
deleted file mode 100755
index 9d29c86..0000000
--- a/tools/create-key.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-openssl ecparam -name prime256v1 -genkey -noout -out $1-private.pem
-openssl ec -in $1-private.pem -pubout -out $1.pem