From e59f4955f5d2bc66180cdace458529daf97fdd46 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Tue, 23 Jan 2018 02:43:07 +0700 Subject: [PATCH] Rename cert to crt Fixes #1 --- create-cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-cert.sh b/create-cert.sh index 2fae6a0..08da41d 100755 --- a/create-cert.sh +++ b/create-cert.sh @@ -1 +1 @@ -openssl req -x509 -newkey rsa:4096 -keyout envoy/pem/key -out envoy/pem/cert -days 365 -nodes -subj '/CN=localhost' \ No newline at end of file +openssl req -x509 -newkey rsa:4096 -keyout envoy/pem/key -out envoy/pem/crt -days 365 -nodes -subj '/CN=localhost'