code-server
code-server copied to clipboard
[Feat]: Feature to reload SSL certificate when certificate gets renewed
What is your suggestion?
Adding a certificate reload feature for code-server
Why do you want this feature?
My certificate gets automatically renewed every 24h in the Kubernetes cluster. I want the code-server to automatically pick up a renewed certificate without restarting. (i.e so fix it by reloading)
Are there any workarounds to get this functionality today?
- file watch on cert files
- When cert gets renewed, reload certificate on node
Possibly this?
Are you interested in submitting a PR for this?
Unfortunately I am not familiar with Node yet