Use traefik-certdumper to avoid the need for self-signed cert for user<->compy comms #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there's a set-up step of needing to add a security exception for the self-signed certificate used for communication between the user and Compy.
As well as being possibly scary for users, this is also probably unnecessary -- the self-signed cert seems completely independent of the Certificate Authority certificate that's created, so it should be fine to use the Traefik-generated cert via traefik-certdumper, drop the self-signed one, and rejoice.