dotfiles/.local/bin/IPMIView/BMCSecurity/win/stunnel.conf
2025-06-01 17:06:11 -07:00

27 lines
1 KiB
Text
Executable file

; **************************************************************************
; * Global options *
; **************************************************************************
; Debugging stuff (may useful for troubleshooting)
debug = 7
; output = stunnel.log
; **************************************************************************
; * Service defaults may also be specified in individual service sections *
; **************************************************************************
; Certificate/key is needed in server mode and optional in client mode
cert = mail.pem
; force stunnel to use TLSv1.2 only
sslVersion = TLSv1.2
ciphers=HIGH
; Disable support for insecure SSLv3 protocol
options = NO_SSLv3
; **************************************************************************
; * Service definitions (remove all services for inetd mode) *
; **************************************************************************