Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Nov 6, 2020
1 parent b4b92ed commit a9cf0cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ updates of the interface on cluster events.
### Dependencies:

- following pkgs: `libqb-devel libpacemaker-devel`.

Use `go build .` and other standards golang commands to test the project.

## Generating an SSL certificate
Generating an SSL certificates:

``` bash
SSLGEN_KEY=hawk.key SSLGEN_CERT=hawk.pem ./tools/generate-ssl-cert
```

# Usage:

The `hawk-api-server` is used currently mainly for hawk usage purposes.
The `hawk-api-server` is used currently mainly for hawk usage purposes, and in future as API-server.

## Configuration

Expand Down Expand Up @@ -93,7 +94,7 @@ Example:

- HTTPS server
- reverse proxy
- ``/monitor` API endpoint which handles long-lived connections from the frontend to enable instant
- `/monitor` API endpoint which handles long-lived connections from the frontend to enable instant
updates of the interface on cluster events.


Expand Down

0 comments on commit a9cf0cf

Please sign in to comment.