Skip to content

Wildcard certificate support broken #916

@bashtoni

Description

@bashtoni

I tried to issue a wildcard certificate. The issuance seems to have worked OK, but then:

[ERROR] FileNotFoundError: [Errno 2] No such file or directory: '/tmp/config-dir/live/*.redacted.com.au/cert.pem'
Traceback (most recent call last):
  File "/var/task/index.py", line 229, in handler
    cert = provision_cert(os.environ['LETSENCRYPT_EMAIL'], domains, storage_method, os.environ['KEY_TYPE'])
  File "/var/task/index.py", line 116, in provision_cert
    'certificate': read_and_delete_file(path + 'cert.pem', 'cert.pem', storage_method),
  File "/var/task/index.py", line 69, in read_and_delete_file
    with open(path, 'rb') as file:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions