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 a82f985 commit c40bc6cCopy full SHA for c40bc6c
Makefile
@@ -32,7 +32,7 @@ install : all
32
$(INSTALL) $(installfiles) $(DESTDIR)$(installdir)
33
34
clean :
35
- $(RM) *.0 *.signing_policy *.pem
+ $(RM) $(targets) *.pem
36
37
check : all
38
openssl verify -CApath . letsencryptauthorityx3.pem
0 commit comments