HTTPS Enabled

HTTPS has been enabled for your environment.

How to Enable HTTPS

If you are reading this than HTTPS has likely been disabled. The majority of the Flight Web Suite will not function correctly.

If you are the administrator for this environment, you can complete the following steps to start the HTTPS service. If you are not the administrator, contact your administrator and ask them to do so.

Generate an SSL certificate

SSL certificates are generated with flight www cert-gen.

LetsEncrypt can be used to generate a certificate if the machine is accessible via a public DNS by running:

flight www cert-gen --cert-type lets-encrypt --domain DOMAIN --email EMAIL

Alternatively a self-signed certificate can be generated by running:

flight www cert-gen --cert-type self-signed --domain $(hostname -d)

Enable and Start HTTPS

You are now ready to start the HTTPS server by running:

flight www enable-https