Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The installation script is available at https://github.com/geteduroam/letswifi-portal/blob/main/contrib/install/install-letswifi-portal.sh . The script sets up a portal with which you obtain certificates from one CA and for a specific realm, which you specify. Additionally, the script copies the metadata from the link but if automatic refresh is needed, you need to set this up later. At the end of the installation process, you get a link to find the SAML SP metadata to register with your federation. In the firewall you need to open the ports TCP/80 and TCP/443 . In order to check that everything is OK at this point, please use the command

curl

...

-sSk

...

--resolve

...

DOMAIN:443:127.0.0.1

...

https://DOMAIN;

...

echo

You should see an output like {"href":"./","http://letswifi.app/api#2": if the webserver is running OK internally.

...