From e99c7c2870901ca2564aed2ae77fe1fe6d9fe3c0 Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 31 Jul 2014 16:45:30 -0700 Subject: [PATCH] don't copy ntru-cert.der into certs/ --- certs/renewcerts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/certs/renewcerts.sh b/certs/renewcerts.sh index a733804f8..5fe1eef0c 100755 --- a/certs/renewcerts.sh +++ b/certs/renewcerts.sh @@ -139,7 +139,6 @@ function restore_config(){ #function for copy and pasting ntru updates function move_ntru(){ cp ntru-cert.pem certs/ntru-cert.pem - cp ntru-cert.der certs/ntru-cert.der cp ntru-key.raw certs/ntru-key.raw }