mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
Merge pull request #127 from roozbehk/fixkeypath
bug, incorrect parameter for keypath
This commit is contained in:
commit
fb6d3ab285
2
le.sh
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user