Description: use 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
@@ -89,8 +89,8 @@ installfiles = $(pems) $(targets) $(sour
 
 installdir = /etc/grid-security/certificates
 
-GET = curl -O
-GET_WITH_NAME = curl -o
+GET = false ;\#
+GET_WITH_NAME = false ;\#
 INSTALL = install
 LINK = ln -s
 
