mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
doc: certgen typo in parameter name (#15555)
"-ca" is not a valid parameter remove it.
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user