1
1
sources = isrgrootx1.signing_policy \
2
- letsencryptauthorityx4.signing_policy \
3
2
lets-encrypt-r3.signing_policy \
4
3
lets-encrypt-r4.signing_policy \
5
4
6
- targets = 23c2f850.signing_policy 4042bcee.signing_policy \
7
- 6187b673.signing_policy 929e297e.signing_policy \
5
+ targets = 4042bcee.signing_policy \
6
+ 6187b673.signing_policy \
8
7
8d33f237.signing_policy dec71a0b.signing_policy \
9
8
9f194ecd.signing_policy dd7d39a7.signing_policy \
10
- 23c2f850.0 4042bcee.0 \
9
+ 4042bcee.0 \
11
10
6187b673.0 8d33f237.0 \
12
- 929e297e.0 9f194ecd.0 \
11
+ 9f194ecd.0 \
13
12
dec71a0b.0 dd7d39a7.0 \
14
13
isrgrootx1.pem \
15
- letsencryptauthorityx4.pem \
16
14
lets-encrypt-r3.pem lets-encrypt-r4.pem
17
15
18
16
installfiles = $(targets ) $(sources )
@@ -32,35 +30,29 @@ clean :
32
30
$(RM ) $(targets ) * .pem
33
31
34
32
check : all
35
- openssl verify -CApath . letsencryptauthorityx4.pem
33
+ openssl verify -CApath . isrgrootx1.pem
34
+ openssl verify -CApath . lets-encrypt-r3.pem
35
+ openssl verify -CApath . lets-encrypt-r4.pem
36
36
37
- 23c2f850.signing_policy : letsencryptauthorityx4.signing_policy
38
- $(LINK ) letsencryptauthorityx4.signing_policy 23c2f850.signing_policy
39
37
4042bcee.signing_policy : isrgrootx1.signing_policy
40
38
$(LINK ) isrgrootx1.signing_policy 4042bcee.signing_policy
41
39
6187b673.signing_policy : isrgrootx1.signing_policy
42
40
$(LINK ) isrgrootx1.signing_policy 6187b673.signing_policy
43
41
8d33f237.signing_policy : lets-encrypt-r3.signing_policy
44
42
$(LINK ) lets-encrypt-r3.signing_policy 8d33f237.signing_policy
45
- 929e297e.signing_policy : letsencryptauthorityx4.signing_policy
46
- $(LINK ) letsencryptauthorityx4.signing_policy 929e297e.signing_policy
47
43
9f194ecd.signing_policy : lets-encrypt-r4.signing_policy
48
44
$(LINK ) lets-encrypt-r4.signing_policy 9f194ecd.signing_policy
49
45
dec71a0b.signing_policy : lets-encrypt-r3.signing_policy
50
46
$(LINK ) lets-encrypt-r3.signing_policy dec71a0b.signing_policy
51
47
dd7d39a7.signing_policy : lets-encrypt-r4.signing_policy
52
48
$(LINK ) lets-encrypt-r4.signing_policy dd7d39a7.signing_policy
53
49
54
- 23c2f850.0 : letsencryptauthorityx4.pem
55
- $(LINK ) letsencryptauthorityx4.pem 23c2f850.0
56
50
4042bcee.0 : isrgrootx1.pem
57
51
$(LINK ) isrgrootx1.pem 4042bcee.0
58
52
6187b673.0 : isrgrootx1.pem
59
53
$(LINK ) isrgrootx1.pem 6187b673.0
60
54
8d33f237.0 : lets-encrypt-r3.pem
61
55
$(LINK ) lets-encrypt-r3.pem 8d33f237.0
62
- 929e297e.0 : letsencryptauthorityx4.pem
63
- $(LINK ) letsencryptauthorityx4.pem 929e297e.0
64
56
9f194ecd.0 : lets-encrypt-r4.pem
65
57
$(LINK ) lets-encrypt-r4.pem 9f194ecd.0
66
58
dec71a0b.0 : lets-encrypt-r3.pem
@@ -74,5 +66,3 @@ lets-encrypt-r3.pem :
74
66
$(GET ) https://letsencrypt.org/certs/lets-encrypt-r3.pem
75
67
lets-encrypt-r4.pem :
76
68
$(GET ) https://letsencrypt.org/certs/lets-encrypt-r4.pem
77
- letsencryptauthorityx4.pem :
78
- $(GET ) https://letsencrypt.org/certs/letsencryptauthorityx4.pem
0 commit comments