Skip to content

TLS authentication

Martin Lindhe edited this page Mar 4, 2017 · 2 revisions

Example reverse proxy configuration using Caddy Server

localhost:8080

gzip
browse
ext    .html
log    access.log
proxy  /metrics localhost:9182

tls "c:/client/cert.pem" "c:/client/cert-key.pem" {
	clients	"C:/client/intermediate_masters_ca.pem"
}
Clone this wiki locally