From 3ed4102a3c3006cb80b99255f0901598c432a0fb Mon Sep 17 00:00:00 2001 From: roozbehk Date: Mon, 11 Apr 2016 21:32:49 -0400 Subject: [PATCH] incorrect parameter for keypath --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 40772907..4306fabb 100755 --- a/le.sh +++ b/le.sh @@ -2049,7 +2049,7 @@ _process() { issue "$_webroot" "$_domain" "$_altdomains" "$_keylength" "$_certpath" "$_keylength" "$_capath" "$_reloadcmd" "$_fullchainpath" ;; installcert) - installcert "$_domain" "$_certpath" "$_keylength" "$_capath" "$_reloadcmd" "$_fullchainpath" + installcert "$_domain" "$_certpath" "$_keypath" "$_capath" "$_reloadcmd" "$_fullchainpath" ;; renew) renew "$_domain"