HTTP and HTTPS
Variants to use fylr with and without TLS certificate
We did not test these exact examples, please use them as a starting point.
Automated HTTPS Certificate
Let fylr get an certificate for you and renew it automatically:
In fylr.yml
:
We did not test this exact example, please use it as a starting point.
You provide the HTTPS certificate
Put your certificate and private key in the same directory as
fylr.yml
, in this example the file names arecrt.pem
andkey.pem
.If you need additional certificates of a certificate chain, like intermediate certificates, put them into
crt.pem
, as well. In our test worked to put the most specific certificate first (like for fylr.example.com) and then follow with the certificate that was used to sign the first one (and then the certificate that was used to sign the second one).In
fylr.yml
:
We did not test this exact example, please use it as a starting point.
You provide the service that does HTTPS
We do not recommend this. Using additional proxies and services in front of fylr often leads to hard to debug problems where we cannot help.
In fylr.yml
:
We did not test this exact example, please use it as a starting point.
No HTTPS
Recommended only for internal use.
In fylr.yml
:
We did not test this exact example, please use it as a starting point.
No HTTPS and domain is localhost
This is the default.
Last updated