From e7990a78f5ed97aaad21e9ca282f23f4d96b82d4 Mon Sep 17 00:00:00 2001 From: Arzhan Kinzhalin Date: Tue, 9 Oct 2018 17:17:04 -0700 Subject: [PATCH] Ensure openssl is usable. Fixes #11. --- clrtrust.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/clrtrust.in b/clrtrust.in index 6240bfe..9dfe1f9 100755 --- a/clrtrust.in +++ b/clrtrust.in @@ -17,6 +17,30 @@ has_openssl() { 1>&2 echo "openssl is required, but not found." return 1 fi + # make sure openssl can handle a valid root CA (here-doc below) + cat <