Skip to content

Error loading unmanaged certificate: open /ssl/xxx.com.crt: no such file or directory #356

@milano-software

Description

@milano-software

Having issues with the SSL on the sish container.

I checked the history in the forum and this was reported and the suggestion was to ensure that the volumes in the DNSCert was provisioned in the sish container. I have done this but I am still having the same error. Permission are fine, I can navigate to the link and the files are there and the internal container mapping is mapped to the correct host folder .. any other suggestions?

name: sish-server
services:
letsencrypt:
image: adferrand/dnsrobocert:latest
container_name: letsencrypt-dns
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/docker/sish/deploy/letsencrypt:/etc/letsencrypt
- /opt/docker/sish/deploy/le-config.yml:/etc/dnsrobocert/config.yml
restart: always
sish:
image: antoniomika/sish:latest
container_name: sish
depends_on:
- letsencrypt
volumes:
- /opt/docker/sish/deploy/letsencrypt:/etc/letsencrypt
- /opt/docker/sish/deploy/pubkeys:/pubkeys
- /opt/docker/sish/deploy/keys:/keys
- /opt/docker/sish/deploy/ssl:/ssl

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