mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Docs: Fix for Self signed certificate. (#3957)
This commit is contained in:
parent
777d12d928
commit
80b83a51a3
@ -37,7 +37,7 @@ openssl genrsa -out private.key 1024
|
||||
Generate the self-signed certificate:
|
||||
|
||||
```sh
|
||||
openssl req -new -x509 -days 3650 -key private.key -out public.crt -subj "/C=country/ST=state/L=location/O=organization/CN=domain"
|
||||
openssl req -new -x509 -days 3650 -key private.key -out public.crt -subj "/C=US/ST=state/L=location/O=organization/CN=domain"
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
Loading…
Reference in New Issue
Block a user