mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
docs: update TLS doc use -keyout instead of -key (#14001)
This commit is contained in:
parent
866a95de38
commit
3e28af1723
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ DNS.1 = localhost
|
|||
Run `openssl` by specifying the configuration file and enter a passphrase if prompted:
|
||||
|
||||
```sh
|
||||
openssl req -new -x509 -nodes -days 730 -key private.key -out public.crt -config openssl.conf
|
||||
openssl req -new -x509 -nodes -days 730 -keyout private.key -out public.crt -config openssl.conf
|
||||
```
|
||||
|
||||
### <a name="using-gnu-tls"></a>3.3 Use GnuTLS (for Windows) to Generate a Certificate
|
||||
|
|
Loading…
Reference in a new issue