Open kaaelhaa opened 1 year ago
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.
I just started using the AWS SES notifier module and whilst it do work fine if environment variables
AWS_ACCESS_KEY
andAWS_SECRET_ACCESS_KEY
are set, the module fails if the variables do not exists.Instead it tries to lookup credentials using container or instance role EC2 metadata API. However, the functions to perform the credential lookups are missing from the hook script.
If manually adding in the functions (copied from AWS DNS implementation) it works: