diff --git a/make-certs b/make-certs index 6f40b234d..e2d3e4b49 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