Skip to content

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

License

Notifications You must be signed in to change notification settings

Enteee/tls-tofu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published