Skip to content

Commit 70804bf

Browse files
committed
add check target
1 parent f5d77fb commit 70804bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ install : all
2525
clean :
2626
$(RM) *.0 *.signing_policy *.pem.txt
2727

28+
check : letsencryptauthorityx3.pem.txt letsencryptauthorityx4.pem.txt
29+
openssl verify -CApath . letsencryptauthorityx3.pem.txt
30+
openssl verify -CApath . letsencryptauthorityx4.pem.txt
31+
2832
23c2f850.signing_policy : letsencryptauthorityx4.signing_policy.txt
2933
$(LINK) letsencryptauthorityx4.signing_policy.txt 23c2f850.signing_policy
3034
4042bcee.signing_policy : isrgrootx1.signing_policy.txt

0 commit comments

Comments
 (0)