Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring SSL certificate to REMS #2844

Closed
1 task
Macroz opened this issue Feb 15, 2022 · 1 comment · Fixed by #2845
Closed
1 task

Allow configuring SSL certificate to REMS #2844

Macroz opened this issue Feb 15, 2022 · 1 comment · Fixed by #2845
Assignees

Comments

@Macroz
Copy link
Collaborator

Macroz commented Feb 15, 2022

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.

  • setting SSL port, keystore and password through config options
@Macroz Macroz self-assigned this Feb 15, 2022
@Macroz
Copy link
Collaborator Author

Macroz commented Feb 15, 2022

Here are the relevant configs.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant