hello , how can I make the urls for openflow and nodered agent secured ? ( I downloaded openflow through the docker , and made the nodered agent in openflow earlier ) . help me fix this issue asap !!
Use letsencrypt at GitHub - open-rpa/docker
I configured as per the documentation and it says site can’t be reached to the particular url
You can just run letsencrypt-up
but you need to update the file with the dns names as explained under using custom domain names
here
I am working on macOS and in my terminal I went to ( sudo nano /etc/hosts ) and kept there (“my mac’s ip” open core.mydomain.com) and wrote the file and saved . then I opened docker-compose-letsencrypt.yml and docker-compose-letsencrypt-dns01.yml files and replaced localhost.openiap.io with opencore.mydomain.com) and saved . then after saving the files I again run letsencrypt-up in my terminal , then in my browser i ran open core.mydomain.com , hence it said site can’t be reached . any issues in my flow ?
You cannot do that. You need to have a public IP address and set up DNS as explained in the link.
that means I cannot access in my local machine ? any alternatives ?
You can continue to use *.localhost.openiap.io but then it will ONLY work on your local machine.
You might also wanner see this thread
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.