aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gen.sh')
-rwxr-xr-xexamples/gen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gen.sh b/examples/gen.sh
index 9e0a5e0..b385aa1 100755
--- a/examples/gen.sh
+++ b/examples/gen.sh
@@ -2,6 +2,7 @@
rm -f *.pem
+ruby -r openssl -e 'p [ :OPENSSL_VERSION, OpenSSL::OPENSSL_VERSION ]'
echo "===> Issueing CA certificate"
dn="/C=JP/O=Does.Notwork.Org/OU=demoCA/CN=CA"
ruby gen_ca_cert.rb "${dn}"