mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 15:23:30 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e7377d2a0
commit
b57e329632
11 changed files with 28 additions and 28 deletions
|
@ -132,8 +132,8 @@ func (p *HttpsProxy) Configure() error {
|
|||
return err
|
||||
}
|
||||
} else {
|
||||
log.Info("Loading proxy certification authority TLS key from %s", keyFile)
|
||||
log.Info("Loading proxy certification authority TLS certificate from %s", certFile)
|
||||
log.Info("loading proxy certification authority TLS key from %s", keyFile)
|
||||
log.Info("loading proxy certification authority TLS certificate from %s", certFile)
|
||||
}
|
||||
|
||||
return p.proxy.ConfigureTLS(address, proxyPort, httpPort, scriptPath, certFile, keyFile, jsToInject, stripSSL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue