From 0835560baaa70d654bf8cda67599bf9a708284ee Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sun, 21 Jul 2019 19:14:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb57c50..bd225c9 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ You can attach a valid SSL certificate to the request. 1. First Create a single PEM file including CA. ```bash -cat cert.pem priv.pem > single.pem +cat example.com.crt example.com.key > single.pem cat single.pem