csmith / centauri

TLS-terminating reverse proxy in Go
MIT License
1 stars 1 forks source link

Option to generate self-signed certificate for certain routes #15

Closed ShaneMcC closed 2 years ago

ShaneMcC commented 2 years ago

In some cases it would be useful to not generate a certificate for a given domain and just serve a generic self-signed certificate.

For example, if there is another proxy infront of us like cloudflare that is doing the certificate handling instead but we still want traffic between cloudflare and us to be encrypted.