summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-certs5
1 files changed, 5 insertions, 0 deletions
diff --git a/make-certs b/make-certs
index 6f40b234..e2d3e4b4 100755
--- a/make-certs
+++ b/make-certs
@@ -7,6 +7,11 @@
set -e
+if [[ ! -f `which openssl` ]]; then
+ echo "OpenSSL not found. Install it first, then run this script again."
+ exit 1
+fi
+
DOMAIN=xn--u4h.net
DAYS=365
KEYTYPE=RSA