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
@@ -54,8 +54,8 @@
 
 installdir = /etc/grid-security/certificates
 
-GET = curl -O
-GET_WITH_NAME = curl -o
+GET = cp ../letsencrypt-certificates/$@ . ;\#
+GET_WITH_NAME = cp ../letsencrypt-certificates/$@ . ;\#
 INSTALL = install
 LINK = ln -s
 
