You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luca Rossetto edited this page May 15, 2021
·
2 revisions
Advanced Setup
This page documents optional setup procedures for additional functionality.
HTTPS
DRES natively supports communication via HTTPS. Enabling secure connections can be required in order for modern browsers to use Cross-Origin Resource Sharing. To enable HTTPS, DRES requires a Java KeyStore with the certificates to be used, which has to be specified via the configuration file. The following shows an example on how to generate such a KeyStore file using a certificate from Let's Encrypt obtained using certbot. The following example assumes that the user has root privileges.