Description: keep local pem files
Author: Milan Kupcevic <milan@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/letsencrypt-ca/Makefile
+++ b/letsencrypt-ca/Makefile
@@ -100,7 +100,7 @@ install : all
 	$(INSTALL) $(installfiles) $(DESTDIR)$(installdir)
 
 clean :
-	$(RM) $(targets) *.pem
+	$(RM) $(targets)
 
 check : all
 	openssl verify -attime $(SOURCE_DATE_EPOCH) -CApath . isrgrootx1.pem
