This is more than likely me, but I'm having an issue getting my SSL certs to work....
I'm running doh-proxy in a self built docker container built on alpine
rust, cargo and make were all added to the container and "cargo install doh-proxy" was run with no errors. I've then copied /root/,cargo/bin/doh-proxy into /usr/local/sbin
I've exported an SSL cert from LetsEncrypt, with a key, in PEM format. I've validated they match (cert & private key) thus:
This is more than likely me, but I'm having an issue getting my SSL certs to work.... I'm running doh-proxy in a self built docker container built on alpine
rust, cargo and make were all added to the container and "cargo install doh-proxy" was run with no errors. I've then copied /root/,cargo/bin/doh-proxy into /usr/local/sbin
I've exported an SSL cert from LetsEncrypt, with a key, in PEM format. I've validated they match (cert & private key) thus:
But when I then come to run:
doh-proxy -l my-internal-ip:443 -u my-internal-dns:53 -I /ssl/cert.pem -i /ssl/key.pem
I get this:
If I use your localhost.pem it starts however. What's up with my certs?