File: web_config_noAuth_allCurves.good.yml

package info (click to toggle)
golang-github-prometheus-exporter-toolkit 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
tls_server_config:
  cert_file: "server.crt"
  key_file: "server.key"
  client_auth_type: "VerifyClientCertIfGiven"
  curve_preferences:
    - CurveP256
    - CurveP384
    - CurveP521
    - X25519