Refactor dotfiles into .config
Include local bin files
This commit is contained in:
parent
2741ae520b
commit
d2467209b7
204 changed files with 44454 additions and 3 deletions
29
.local/bin/IPMIView/BMCSecurity/linux/stunnel.conf
Executable file
29
.local/bin/IPMIView/BMCSecurity/linux/stunnel.conf
Executable file
|
@ -0,0 +1,29 @@
|
|||
; **************************************************************************
|
||||
; * Global options *
|
||||
; **************************************************************************
|
||||
|
||||
; Debugging stuff (may useful for troubleshooting)
|
||||
debug = 7
|
||||
; output = stunnel.log
|
||||
|
||||
; PID is created inside the chroot jail
|
||||
pid =
|
||||
|
||||
; **************************************************************************
|
||||
; * Service defaults may also be specified in individual service sections *
|
||||
; **************************************************************************
|
||||
|
||||
; Certificate/key is needed in server mode and optional in client mode
|
||||
cert = /tmp/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) *
|
||||
; **************************************************************************
|
||||
|
BIN
.local/bin/IPMIView/BMCSecurity/linux/stunnel64
Executable file
BIN
.local/bin/IPMIView/BMCSecurity/linux/stunnel64
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue