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

feature request: sshx-server handles TLS via chain and key options #59

Open
DongHuangT1 opened this issue Nov 24, 2023 · 1 comment
Open

Comments

@DongHuangT1
Copy link

Since the current self-built service steps are, first the front-end build static files placed into the sshx-server working directory, and then start an https server forwarding to the sshx service listener, so I recommend adding parameters to specify the certificate for ssl listening to start, and the front-end files embedded in the program, eliminating the need to build the front-end and traffic forwarding of these steps.

@ekzhang
Copy link
Owner

ekzhang commented Nov 24, 2023

Yeah, can add those options to take the TLS chain and keypair as files. Focus right now isn't on self-hosting though. This is not supported, and there are no instructions for you to do this — I'm not sure where you saw that.

Embedding static files into the binary will not be supported.

@ekzhang ekzhang changed the title feature request: sshx-server embed static files and start ssl server feature request: sshx-server handles TLS via chain and key options Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants