Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 0c70ba5

Browse files
authored
Merge pull request #8 from linuxserver/libressl
Fix openssl error during cert generation
2 parents 5d4fddc + 4573895 commit 0c70ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/30-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/config/keys
77

88
[[ ! -e /config/keys/certificate.pem ]] && \
9-
openssl req -x509 -nodes -days 3650 \
9+
libressl req -x509 -nodes -days 3650 \
1010
-newkey rsa:2048 -keyout /config/keys/private-key.pem -out /config/keys/certificate.pem \
1111
-subj "/CN=nntp2nntp"
1212

0 commit comments

Comments
 (0)