Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
lighttpd: pass cert type to gencert.sh instead of a random value (whi…
Browse files Browse the repository at this point in the history
…ch was never used anyway)
  • Loading branch information
RMerl committed Jul 13, 2017
1 parent 609526f commit d49ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/lighttpd-1.4.39/src/mod_smbdav.c
Expand Up @@ -6171,7 +6171,7 @@ URIHANDLER_FUNC(mod_smbdav_subrequest_handler) {
}
flag_cert=1;
#else
eval("gencert.sh", t);
eval("gencert.sh", "web");

Cdbg(DBE, "tar -zcvf certification");
if (eval("tar", "-C", "/", "-czf", "/tmp/cert.tgz", "etc/cert.pem", "etc/key.pem") == 0)
Expand Down

0 comments on commit d49ba1a

Please sign in to comment.