acme.sh
acme.sh copied to clipboard
Deploy hook ssh support scp
Deploy hook ssh put file content in ssh cmd. This usage causes the cmd too long to execute on some remote server, even if DEPLOY_SSH_MULTI_CALL is set to yes.
This pull request implements deployment of file by scp, avoiding the problem of excessively long cmd.
don't change the default behavior. It was intended not to use scp.
This will be solved with #4091