diff --git a/docs/tls/README.md b/docs/tls/README.md index 86d69d996..2079931d2 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -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