mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:17:06 +02:00
Change openssl to libressl
This commit is contained in:
parent
7ad3cc178e
commit
1b7553b0d3
@ -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…
x
Reference in New Issue
Block a user