mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-01 16:16:35 +00:00
Created TLS authentication (markdown)
15
TLS-authentication.md
Normal file
15
TLS-authentication.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Example reverse proxy configuration using [Caddy Server](https://caddyserver.com/)
|
||||||
|
|
||||||
|
```
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user