mirror of
https://github.com/bettercap/bettercap
synced 2025-07-13 00:23:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
868aba8de0
commit
3b6ea499dd
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ func (api *RestAPI) Configure() error {
|
|||
}
|
||||
|
||||
log.Debug("%+v", cfg)
|
||||
log.Info("Generating TLS key to %s", api.keyFile)
|
||||
log.Info("Generating TLS certificate to %s", api.certFile)
|
||||
log.Info("generating TLS key to %s", api.keyFile)
|
||||
log.Info("generating TLS certificate to %s", api.certFile)
|
||||
if err := tls.Generate(cfg, api.certFile, api.keyFile); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue