1
0
Fork 0

Update README.md

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-21 19:14:01 -05:00
parent e678865421
commit 0835560baa

View file

@ -188,7 +188,7 @@ You can attach a valid SSL certificate to the request.
1. First Create a single PEM file including CA. 1. First Create a single PEM file including CA.
```bash ```bash
cat cert.pem priv.pem > single.pem cat example.com.crt example.com.key > single.pem
cat single.pem cat single.pem