From: Alan T. DeKok Date: Tue, 18 Oct 2011 06:37:05 +0000 (+0200) Subject: Update dependencies so that it works in more situations X-Git-Tag: release_3_0_0_beta0~576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3f119cd8d9e99028f968db1ee108eb6f05db09;p=thirdparty%2Ffreeradius-server.git Update dependencies so that it works in more situations --- diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile index 0f944fd93a3..a7b71fe5dea 100644 --- a/raddb/certs/Makefile +++ b/raddb/certs/Makefile @@ -51,7 +51,7 @@ dh: # Create a new self-signed CA certificate # ###################################################################### -ca.key ca.pem: ca.cnf +ca.key ca.pem: ca.cnf index.txt serial openssl req -new -x509 -keyout ca.key -out ca.pem \ -days $(CA_DEFAULT_DAYS) -config ./ca.cnf