summaryrefslogtreecommitdiff
path: root/tools/makecert.sh
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-24 21:23:56 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-25 17:37:12 +0100
commit83835ea22d7e169f80d8740ce8a542103257d173 (patch)
tree24744e958aca45e583563ed6db9c58194dcd0b5c /tools/makecert.sh
parent1fd20db73895cf1ca8fab9cf2c7d288d3bcc1c92 (diff)
downloadserver-83835ea22d7e169f80d8740ce8a542103257d173.tar.gz
Remove obsolete tools and update other tools.
Diffstat (limited to 'tools/makecert.sh')
-rw-r--r--tools/makecert.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/makecert.sh b/tools/makecert.sh
deleted file mode 100644
index 94d8bb7..0000000
--- a/tools/makecert.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-#
-# Create a simple self-signed SSL certificate.
-#
-
-openssl req -nodes -new -x509 -keyout key.pem -out cert.pem