mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 09:03:39 -07:00
fix: api.rest and https.server certificates are now correctly generated with IsCA to false
This commit is contained in:
parent
070708c307
commit
8257d25ff3
23 changed files with 8876 additions and 14 deletions
10
vendor/github.com/evilsocket/islazy/async/errors.go
generated
vendored
Normal file
10
vendor/github.com/evilsocket/islazy/async/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
package async
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrTimeout happens when there's a timeout ... doh.
|
||||
ErrTimeout = errors.New("timeout")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue