Docs: Fix for Self signed certificate. (#3957)

This commit is contained in:
koolhead17 2017-03-23 20:50:40 +05:30 committed by Harshavardhana
parent 777d12d928
commit 80b83a51a3

View File

@ -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