Enteee / tls-tofu

Docker images implementing Transport Layer Security (TLS) - Trust On First Use (TOFU)

Home Page:https://duckpond.ch/category/tls-tofu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tls-tofu GitHub Workflow Status (branch) Docker Pulls

Docker images implementing Transport Layer Security (TLS) - Trust On First Use (TOFU)

Usage

$ docker run \
  --rm \
  enteee/tls-tofu

Environment Variables

Variable Description Mandatory Default
TLS_TOFU Enable TLS-TOFU No true
TLS_TOFU_HOST Host to do TLS-TOFU with No google.com
TLS_TOFU_PORT Port on host No 443
TLS_TOFU_S_CLIENT_ARGS Additional arguments for openssl s_client No -servername ${TLS_TOFU_HOST}
TLS_TOFU_KAMIKAZE_BIN Path to the kamikaze binary No /kamikaze
TLS_TOFU_CA_CERTIFICATES Path to the ca-certificates file No /etc/ssl/certs/ca-certificates.crt
TLS_TOFU_DEBUG Enable debug output No undefined

About

Docker images implementing Transport Layer Security (TLS) - Trust On First Use (TOFU)

https://duckpond.ch/category/tls-tofu

License:Apache License 2.0


Languages

Language:Shell 82.5%Language:Dockerfile 17.5%