-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm currently facing an issue with cert renewal from a lambda set up with this repo. This is the error I'm getting:
{
"errorMessage": "[Errno 2] No such file or directory: '/tmp/certbot/config/archive/domain.com/cert1.pem' -> '/tmp/certbot/config/live/domain.com/cert.pem'",
"errorType": "FileNotFoundError",
"stackTrace": [
[
"/var/task/lambda_function.py",
229,
"lambda_handler",
"update_symlinks(domain)"
],
[
"/var/task/lambda_function.py",
32,
"update_symlinks",
"'/tmp/certbot/config/live/{}/{}.pem'.format(domain,k))"
]
]
}
any idea where this might come from?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels