mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
dockerfile install libressl, not openssl
This commit is contained in:
parent
b47ca6fb2a
commit
9d642579fe
@ -18,7 +18,7 @@ _EOF_
|
|||||||
|
|
||||||
if ! [ -f stunnel.pem ]
|
if ! [ -f stunnel.pem ]
|
||||||
then
|
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
|
-keyout stunnel.pem -out stunnel.pem
|
||||||
chmod 600 stunnel.pem
|
chmod 600 stunnel.pem
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user