docker, ntfy and https
by glennbtn from LinuxQuestions.org on (#6M4XF)
Hi All
I am quite new to docker so just trying to get my head around things. I have install NTFY which works fine over port 80 but can't get https to work.
I have installed certbot and obtained a certificate. I have edit the yaml file
listen-http: ":80"
listen-https: ":443"
key-file: "/etc/letsencrypt/live/docker.mydomain.co.uk/privkey.pem"
cert-file: "/etc/letsencrypt/live/docker.mydomain.co.uk/cert.pem"
but the container won't now run and when you view the log it just says if set, key file must exist
Any pointer would be great, thanks
I am quite new to docker so just trying to get my head around things. I have install NTFY which works fine over port 80 but can't get https to work.
I have installed certbot and obtained a certificate. I have edit the yaml file
listen-http: ":80"
listen-https: ":443"
key-file: "/etc/letsencrypt/live/docker.mydomain.co.uk/privkey.pem"
cert-file: "/etc/letsencrypt/live/docker.mydomain.co.uk/cert.pem"
but the container won't now run and when you view the log it just says if set, key file must exist
Any pointer would be great, thanks