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 f5d77fb commit 70804bfCopy full SHA for 70804bf
Makefile
@@ -25,6 +25,10 @@ install : all
25
clean :
26
$(RM) *.0 *.signing_policy *.pem.txt
27
28
+check : letsencryptauthorityx3.pem.txt letsencryptauthorityx4.pem.txt
29
+ openssl verify -CApath . letsencryptauthorityx3.pem.txt
30
+ openssl verify -CApath . letsencryptauthorityx4.pem.txt
31
+
32
23c2f850.signing_policy : letsencryptauthorityx4.signing_policy.txt
33
$(LINK) letsencryptauthorityx4.signing_policy.txt 23c2f850.signing_policy
34
4042bcee.signing_policy : isrgrootx1.signing_policy.txt
0 commit comments