Replies: 1 comment 3 replies
-
You can make code-server use a self-signed certificate directly with https://github.com/coder/code-server/blob/main/docs/guide.md#using-a-self-signed-certificate But if you can it would be better to stand up a reverse proxy like Caddy or NGINX and use your self-signed certificates there. You can also use them to automatically redirect http to https. Or better yet if you can get a domain you can automate real certificates from Let's Encrypt: https://github.com/coder/code-server/blob/main/docs/guide.md#using-lets-encrypt-with-caddy |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
First of all - it's an awesome app. I just want to ask how I can add self-signed cert, so I can access my local instance via HTTPS instead of HTTP only? I did not find anything in the documentation.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions