mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
refact: renamed api.rest TLS files
This commit is contained in:
parent
64221a126d
commit
d052758efc
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@ func NewRestAPI(s *session.Session) *RestAPI {
|
|||
"API authentication username."))
|
||||
|
||||
api.AddParam(session.NewStringParameter("api.rest.certificate",
|
||||
"~/.bettercap-ng.certificate.pem",
|
||||
"~/.bettercap-ng.api.rest.certificate.pem",
|
||||
"",
|
||||
"API TLS certificate."))
|
||||
|
||||
api.AddParam(session.NewStringParameter("api.rest.key",
|
||||
"~/.bettercap-ng.key.pem",
|
||||
"~/.bettercap-ng.api.rest.key.pem",
|
||||
"",
|
||||
"API TLS key"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue