Article 6M4XF docker, ntfy and https

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
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments