Merge pull request #127 from roozbehk/fixkeypath

bug, incorrect parameter for keypath
This commit is contained in:
neil 2016-04-12 09:46:11 +08:00
commit fb6d3ab285
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -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"