martmaiste/rockstor

CA certificate setup

Opened this issue · 3 comments

e2950 commented

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

e2950 commented

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

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