We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02fff5 commit 3d40b97Copy full SHA for 3d40b97
Makefile
@@ -25,7 +25,7 @@ install : all
25
clean :
26
$(RM) *.0 *.signing_policy *.pem.txt
27
28
-check : letsencryptauthorityx3.pem.txt letsencryptauthorityx4.pem.txt
+check : all
29
openssl verify -CApath . letsencryptauthorityx3.pem.txt
30
openssl verify -CApath . letsencryptauthorityx4.pem.txt
31
0 commit comments