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_2_2_0~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0574a302506f27946dddcdf295c53a09d5b6ac;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 30fcccef881..376ad939b84 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