You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear what the difference between --renew and --issue is. It would be great if --renew would be a --safe-renew, meaning an idempotent operation that generates a new cert or renews a certs if one already exists. Making INIT a one-off operation, introduces a lot of complexity on the callee side.
What is the difference between --install-cert and --issue -d example.com -w /var/www/html? Does the second command perform the same actions as --install-cert?
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
It's unclear what the difference between
--renew
and--issue
is. It would be great if--renew
would be a--safe-renew
, meaning an idempotent operation that generates a new cert or renews a certs if one already exists. Making INIT a one-off operation, introduces a lot of complexity on the callee side.What is the difference between
--install-cert
and--issue -d example.com -w /var/www/html
? Does the second command perform the same actions as--install-cert
?The text was updated successfully, but these errors were encountered: