code-server icon indicating copy to clipboard operation
code-server copied to clipboard

[Feat]: Feature to reload SSL certificate when certificate gets renewed

Open imageschool opened this issue 2 years ago • 0 comments

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?

  1. file watch on cert files
  2. 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

imageschool avatar Jun 20 '22 02:06 imageschool