Skip to content

FileNotFoundError #3

@yspreen

Description

@yspreen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions