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
NB: The keystore file path is relative to the working directory so an absolute path is perhaps the safe way to go.
;; HTTP server port.
:port 3000 ; can be set to nil if only SSL is used
;; SSL configuration, if SSL is not terminated before
:ssl-port nil ; no SSL by default
:ssl-keystore nil ; Java keystore file
:ssl-keystore-password nil ; (optional) password of key file
Allow configuring SSL certificate to REMS, so there doesn't need to be a an SSL proxy, and the connection can be secure all the way in.
The text was updated successfully, but these errors were encountered: