Skip to content

Commit

Permalink
Merge pull request EliasKotlyar#1510 from mjrider/patch-1
Browse files Browse the repository at this point in the history
Use the full chain instead of only the host certificate
  • Loading branch information
jmtatsch authored Jun 21, 2020
2 parents a756ab1 + 29ae390 commit 652365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/config/ssl/letsencrypt_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi
--cert-file ${ACMEPATH}/host.crt \
--key-file ${ACMEPATH}/host.key \
--fullchain-file ${ACMEPATH}/fullchain.crt \
--reloadcmd "cat ${ACMEPATH}/host.crt ${ACMEPATH}/host.key > ${CONFIGPATH}/lighttpd.pem ;\
--reloadcmd "cat ${ACMEPATH}/fullchain.crt ${ACMEPATH}/host.key > ${CONFIGPATH}/lighttpd.pem ;\
pkill lighttpd.bin ;\
/system/sdcard/bin/lighttpd -f ${CONFIGPATH}/lighttpd.conf"

Expand Down

0 comments on commit 652365d

Please sign in to comment.