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