1- sources = isrgrootx1.signing_policy.txt \
2- letsencryptauthorityx3.signing_policy.txt \
3- letsencryptauthorityx4.signing_policy.txt
1+ sources = isrgrootx1.signing_policy \
2+ letsencryptauthorityx3.signing_policy \
3+ letsencryptauthorityx4.signing_policy
44
55targets = 23c2f850.signing_policy 4042bcee.signing_policy \
66 4a0a35c0.signing_policy 4f06f81d.signing_policy \
77 6187b673.signing_policy 929e297e.signing_policy \
88 23c2f850.0 4042bcee.0 4a0a35c0.0 4f06f81d.0 6187b673.0 929e297e.0 \
9- isrgrootx1.pem.txt \
10- letsencryptauthorityx3.pem.txt letsencryptauthorityx4.pem.txt
9+ isrgrootx1.pem \
10+ letsencryptauthorityx3.pem letsencryptauthorityx4.pem
1111
1212installfiles = $(targets ) $(sources )
1313
@@ -23,41 +23,41 @@ install : all
2323 $(INSTALL ) $(installfiles ) $(DESTDIR )$(installdir )
2424
2525clean :
26- $(RM ) * .0 * .signing_policy * .pem.txt
26+ $(RM ) * .0 * .signing_policy * .pem
2727
2828check : all
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
35- $(LINK ) isrgrootx1.signing_policy.txt 4042bcee.signing_policy
36- 4a0a35c0.signing_policy : letsencryptauthorityx3.signing_policy.txt
37- $(LINK ) letsencryptauthorityx3.signing_policy.txt 4a0a35c0.signing_policy
38- 4f06f81d.signing_policy : letsencryptauthorityx3.signing_policy.txt
39- $(LINK ) letsencryptauthorityx3.signing_policy.txt 4f06f81d.signing_policy
40- 6187b673.signing_policy : isrgrootx1.signing_policy.txt
41- $(LINK ) isrgrootx1.signing_policy.txt 6187b673.signing_policy
42- 929e297e.signing_policy : letsencryptauthorityx4.signing_policy.txt
43- $(LINK ) letsencryptauthorityx4.signing_policy.txt 929e297e.signing_policy
44-
45- 23c2f850.0 : letsencryptauthorityx4.pem.txt
46- $(LINK ) letsencryptauthorityx4.pem.txt 23c2f850.0
47- 4042bcee.0 : isrgrootx1.pem.txt
48- $(LINK ) isrgrootx1.pem.txt 4042bcee.0
49- 4a0a35c0.0 : letsencryptauthorityx3.pem.txt
50- $(LINK ) letsencryptauthorityx3.pem.txt 4a0a35c0.0
51- 4f06f81d.0 : letsencryptauthorityx3.pem.txt
52- $(LINK ) letsencryptauthorityx3.pem.txt 4f06f81d.0
53- 6187b673.0 : isrgrootx1.pem.txt
54- $(LINK ) isrgrootx1.pem.txt 6187b673.0
55- 929e297e.0 : letsencryptauthorityx4.pem.txt
56- $(LINK ) letsencryptauthorityx4.pem.txt 929e297e.0
57-
58- isrgrootx1.pem.txt :
59- $(GET ) https://letsencrypt.org/certs/isrgrootx1.pem.txt
60- letsencryptauthorityx3.pem.txt :
61- $(GET ) https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt
62- letsencryptauthorityx4.pem.txt :
63- $(GET ) https://letsencrypt.org/certs/letsencryptauthorityx4.pem.txt
29+ openssl verify -CApath . letsencryptauthorityx3.pem
30+ openssl verify -CApath . letsencryptauthorityx4.pem
31+
32+ 23c2f850.signing_policy : letsencryptauthorityx4.signing_policy
33+ $(LINK ) letsencryptauthorityx4.signing_policy 23c2f850.signing_policy
34+ 4042bcee.signing_policy : isrgrootx1.signing_policy
35+ $(LINK ) isrgrootx1.signing_policy 4042bcee.signing_policy
36+ 4a0a35c0.signing_policy : letsencryptauthorityx3.signing_policy
37+ $(LINK ) letsencryptauthorityx3.signing_policy 4a0a35c0.signing_policy
38+ 4f06f81d.signing_policy : letsencryptauthorityx3.signing_policy
39+ $(LINK ) letsencryptauthorityx3.signing_policy 4f06f81d.signing_policy
40+ 6187b673.signing_policy : isrgrootx1.signing_policy
41+ $(LINK ) isrgrootx1.signing_policy 6187b673.signing_policy
42+ 929e297e.signing_policy : letsencryptauthorityx4.signing_policy
43+ $(LINK ) letsencryptauthorityx4.signing_policy 929e297e.signing_policy
44+
45+ 23c2f850.0 : letsencryptauthorityx4.pem
46+ $(LINK ) letsencryptauthorityx4.pem 23c2f850.0
47+ 4042bcee.0 : isrgrootx1.pem
48+ $(LINK ) isrgrootx1.pem 4042bcee.0
49+ 4a0a35c0.0 : letsencryptauthorityx3.pem
50+ $(LINK ) letsencryptauthorityx3.pem 4a0a35c0.0
51+ 4f06f81d.0 : letsencryptauthorityx3.pem
52+ $(LINK ) letsencryptauthorityx3.pem 4f06f81d.0
53+ 6187b673.0 : isrgrootx1.pem
54+ $(LINK ) isrgrootx1.pem 6187b673.0
55+ 929e297e.0 : letsencryptauthorityx4.pem
56+ $(LINK ) letsencryptauthorityx4.pem 929e297e.0
57+
58+ isrgrootx1.pem :
59+ $(GET ) https://letsencrypt.org/certs/isrgrootx1.pem
60+ letsencryptauthorityx3.pem :
61+ $(GET ) https://letsencrypt.org/certs/letsencryptauthorityx3.pem
62+ letsencryptauthorityx4.pem :
63+ $(GET ) https://letsencrypt.org/certs/letsencryptauthorityx4.pem
0 commit comments