A demo utilizing Ferron's automatic TLS on demand functionality.
To run the demo, follow these steps:
-
Clone the repository:
git clone https://github.com/ferronweb/ferron-demo.git
-
Navigate to the project directory:
cd ferron-demo -
Start the service:
docker compose up -d
-
Point your server's public IP address to a
ferrondemosubdomain of your domain (for example,ferrondemo.example.com). Make sure that the service is available from a public IP address. -
Verify that the service is accessible via HTTPS (for example, at
https://ferrondemo.example.com). You may need to wait a few minutes for the certificate to be issued after the first request.