mirror of
https://github.com/minio/minio.git
synced 2025-04-20 02:27:50 -04:00
doc: certgen typo in parameter name (#15555)
"-ca" is not a valid parameter remove it.
This commit is contained in:
parent
e9055e9ef7
commit
a2e037f0ec
@ -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:
|
`certgen` is a simple *Go* tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries:
|
||||||
|
|
||||||
```sh
|
```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:
|
A response similar to this one should be displayed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user