Skip to content

Commit

Permalink
add basic README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 26, 2021
1 parent ba260d1 commit d256a71
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# certgen
`certgen` is a simple tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries.

## Install
Download [`certgen`](https://github.com/minio/certgen/releases/latest) for your specific operating system and platform.

## Example

```sh
certgen -ca -host "10.10.0.3,10.10.0.4,10.10.0.5"
```

A response similar to this one should be displayed:

```
2020/11/21 10:16:18 wrote public.crt
2020/11/21 10:16:18 wrote private.key
```

0 comments on commit d256a71

Please sign in to comment.