Skip to content

/ssl/letsencrypt gets wiped on docker restart #1

@ecawthon

Description

@ecawthon

and I'm not sure where it's configured.
Workaround: To add new subdomains, I've been manually editing /srv/web/ssl/letsencrypt.list, then:

# docker exec -ti web script -q -c "/bin/bash" /dev/null
root@web/# /usr/sbin/nginx -s reload
root@web/# /letsencrypt/dockergen.sh
root@web/# cd /ssl
root@web/ssl# ln -s letsencrypt/live/subdomain.cloyne.org/fullchain.pem subdomain.cloyne.org.crt
root@web/ssl# ln -s letsencrypt/live/subdomain.cloyne.org/privkey.pem subdomain.cloyne.org.key

(Approximately)

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