From 07d56362a064c86e7e1bd709f98d2d162defd41c Mon Sep 17 00:00:00 2001 From: Andrew Reeman Date: Tue, 22 Sep 2020 22:22:03 +0100 Subject: [PATCH] fixed funny typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 301b67e..e2d213e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ By completing this Quickstart, you will be able to issue a membership card for a go get -u github.com/PassKit/passkit-golang-sdk ``` -3. Place your SDK credential files (`certificate.pem`, `key.pem` and `ca-chain.pem`) in the certs folder in this repoo. The SDK uses these .pem files to authenticate against the PassKit server. +3. Place your SDK credential files (`certificate.pem`, `key.pem` and `ca-chain.pem`) in the certs folder in this repo. The SDK uses these .pem files to authenticate against the PassKit server. 4. Now we need to decrypt your `key.pem`. At your project root directory, run `cd ./certs openssl ec -in key.pem -out key.pem`. Your `key.pem` file should look like below. ![ScreenShot](https://raw.githubusercontent.com/PassKit/passkit-golang-members-quickstart/master/images/decrypted_key_pem.png)