]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use the correct directory
authorAlan T. DeKok <aland@freeradius.org>
Wed, 23 Jan 2019 16:03:21 +0000 (11:03 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 23 Jan 2019 16:03:21 +0000 (11:03 -0500)
raddb/certs/Makefile

index 7e59afe4e5f5478fd1813dcbe6457f6ca06f4d1e..41426f09a579b04ada7a599fd2e1268a57ecda69 100644 (file)
@@ -221,8 +221,8 @@ rsa/client.pem: rsa/client.p12
 
 .PHONY: rsa/client.vrfy
 rsa/client.vrfy: rsa/ca.pem rsa/client.pem
-       c_rehash .
-       openssl verify -CApath . rsa/client.pem
+       c_rehash rsa/
+       openssl verify -CApath rsa/ rsa/client.pem
 
 ######################################################################
 #
@@ -247,8 +247,8 @@ ecc/client.pem: ecc/client.p12
 
 .PHONY: ecc/client.vrfy
 ecc/client.vrfy: ecc/ca.pem ecc/client.pem
-       c_rehash .
-       openssl verify -CApath . ecc/client.pem
+       c_rehash ecc/
+       openssl verify -CApath ecc/ ecc/client.pem
 
 ######################################################################
 #