-
Notifications
You must be signed in to change notification settings - Fork 2
tls
Deva Kumar edited this page May 24, 2020
·
5 revisions
restaf-server can be configured to support TLS.
This is accomplished by the following configurations
Use https when specifying the APPHOST and APPORT as shown below.
APPHOST=https://mymachine
APPPORT=443
You must specify one of the following sets
TLS_KEY=path-to-key
TLS_CERT=path-to-cert
TLS_PFX=../certs/sascert/sascert2.pfx
TLS_PW=rafdemo
Optionally you can also pass in a CA bundle
TLS_CABUNDLE=path-to-your-ca-bundle