Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz authored Feb 26, 2022
1 parent dfab25b commit df0f872
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ There are a couple of ways to run this
You can download one of the binaries and run it as a standalone:

```shell
% ./certcal serve --help
Usage: certcal serve --hosts=HOSTS,... --interval="24h"

run the server.

Flags:
-h, --help Show context-sensitive help.

--hosts=HOSTS,... hosts to check certs for ($CERTCAL_HOSTS).
--interval="24h" interval in which to check certs ($CERTCAL_INTERVAL)
--port=3000 port for the server to listen on ($PORT)

% PORT=3000 CERTCAL_INTERVAL=5h CERTCAL_HOSTS="unwiredcouch.com" ./certcal
```

Expand Down Expand Up @@ -43,7 +55,11 @@ func Run() {


### Via Docker
There is a docker image as well that you can use
There is a docker image as well that you can use:

```sh
docker pull ghcr.io/mrtazz/certcal
```


## FAQ
Expand Down

0 comments on commit df0f872

Please sign in to comment.