1
0
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:
Kevin He 2023-08-28 11:43:24 +08:00 committed by GitHub
commit f2dc15cce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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