From 1b7553b0d35385a6765efa214a179f0183be03e3 Mon Sep 17 00:00:00 2001 From: Slava Date: Wed, 20 Nov 2019 13:40:21 -0800 Subject: [PATCH] Change openssl to libressl --- stunnel/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stunnel/docker-entrypoint.sh b/stunnel/docker-entrypoint.sh index de0c8ef..58a12a4 100755 --- a/stunnel/docker-entrypoint.sh +++ b/stunnel/docker-entrypoint.sh @@ -18,7 +18,7 @@ _EOF_ if ! [ -f stunnel.pem ] then - openssl req -x509 -nodes -newkey rsa:2048 -days 3650 -subj '/CN=stunnel' \ + libressl req -x509 -nodes -newkey rsa:2048 -days 3650 -subj '/CN=stunnel' \ -keyout stunnel.pem -out stunnel.pem chmod 600 stunnel.pem fi