mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-17 20:58:14 +02:00
Merge pull request #186 from liuhuiping2013/master
dockerfile install libressl, not openssl
This commit is contained in:
commit
f2dc15cce9
@ -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…
x
Reference in New Issue
Block a user