Skip to content

Commit

Permalink
use the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 23, 2019
1 parent 9b27371 commit bcded28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions raddb/certs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

######################################################################
#
Expand All @@ -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

######################################################################
#
Expand Down

0 comments on commit bcded28

Please sign in to comment.