From 2e7d449623b7faee8feb0a2970e0d6bb7c66b409 Mon Sep 17 00:00:00 2001 From: geoFlux Date: Mon, 17 Feb 2020 11:59:51 -0500 Subject: feat: add --cert flag for http client (#3972) --- cli/tests/tls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/tls') diff --git a/cli/tests/tls/README.md b/cli/tests/tls/README.md index 14399ae82..34de47dea 100644 --- a/cli/tests/tls/README.md +++ b/cli/tests/tls/README.md @@ -5,7 +5,7 @@ https://gist.github.com/cecilemuller/9492b848eb8fe46d462abeb26656c4f8 ## Certificate authority (CA) -Generate RootCA.pem, RootCA.key & RootCA.crt: +Generate RootCA.pem, RootCA.key, RootCA.crt: ```shell openssl req -x509 -nodes -new -sha256 -days 36135 -newkey rsa:2048 -keyout RootCA.key -out RootCA.pem -subj "/C=US/CN=Example-Root-CA" -- cgit v1.2.3