martmaiste / rockstor

Custom Rockstor Rock-Ons
4 stars 2 forks source link

CA certificate setup #5

Open e2950 opened 6 years ago

e2950 commented 6 years ago

i followed your write up and everything work up till the CA certificate setup i don't have a domain of my own so i am using a www.dynu.com ddns. port 80 and 443 are isp blocked. is there anyway around this?

bash-4.4# DOMAIN=mydomain.theworkpc.com EMAIL=hiding@hotmail.com letsencrypt-setup Failed authorization procedure. mydomain.theworkpc.com (http-01): urn:acme:error:c onnection :: The server could not connect to the client to verify the domain :: Fetching http://72.94.108.47:8080/.well-known/acme-challenge/f5sf9fEGWE3CWw1zJ 2FiPFAGmqJyOaN2vVfeslHx2cU: Invalid port in redirect target. Only ports 80 and 443 are supported, not 8080
bash-4.4# DOMAIN=mydomain.theworkpc.com EMAIL=hiding@hotmail.com letsencrypt-setup Failed authorization procedure. mydomain.theworkpc.com (http-01): urn:acme:error:c onnection :: The server could not connect to the client to verify the domain :: Fetching http://72.94.108.47:443/.well-known/acme-challenge/Dj1KZvlWMuaX8yOF7D VxBNmCIy1c8eelpsgDEMgsqto: Error getting validation data
bash-4.4# DOMAIN=mydomain.theworkpc.com EMAIL=hiding@hotmail.com letsencrypt-setup

TaaraLabs commented 6 years ago

If you have access to your DNS then you can try the DNS authentication mehtod: https://certbot.eff.org/docs/using.html#manual https://serverfault.com/questions/750902/how-to-use-lets-encrypt-dns-challenge-validation

e2950 commented 6 years ago

That sounds like it may work. now i just have to understand how to do it but thank you for helping me with a starting point

e2950 commented 6 years ago

i think this page https://hub.docker.com/r/linuxserver/letsencrypt/ has some of the information i need but some of it is missing