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