doc: certgen typo in parameter name (#15555)

"-ca" is not a valid parameter remove it.
This commit is contained in:
Klaus Frank 2022-08-19 19:48:34 +02:00 committed by GitHub
parent e9055e9ef7
commit a2e037f0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Download [`certgen`](https://github.com/minio/certgen/releases/latest) for your
`certgen` is a simple *Go* tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries:
```sh
./certgen -ca -host "10.10.0.3,10.10.0.4,10.10.0.5"
./certgen -host "10.10.0.3,10.10.0.4,10.10.0.5"
```
A response similar to this one should be displayed: