Skip to content

https server with short lived ssl credentials #603

Closed
@vsacheti

Description

@vsacheti

We have ssl credentials which are short lived (age is few hours) and are keep getting refreshed on the box

If there anyway where a running server can reload the certificates without restarting.
In Java-Jetty world something like this can be done using reload.

Is there anything similar in nodejs?

AFAIK, the only way to do this is to restart the server
We figured we can do sort of dynamic reload if we are running in cluster mode. The master can watch the certificate files and fork a new worker and kill the existing workers gracefully on a cert update

But I am not able to figure something on a standalone mode which can be graceful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions