Skip to content

Commit 0ec9d26

Browse files
author
Patrick Kosterman
committed
Image update
1 parent 72f6d45 commit 0ec9d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By completing this Quickstart, you will be able to issue a membership card for a
5252
3. When you created an account (Prerequisites #1), you should have received 3 files: `certificate.pem`, `key.pem` and `ca-chain.pem` by email. Please save those 3 files under `passkit-golang-members-quickstart/certs` directory. These .pem files are required to authenticate your accesss to PassKit.IO server.
5353

5454
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.
55-
![ScreenShot](https://github.com/PassKit/passkit-golang-members-quickstart/images/decrypted_key_pem.png)
55+
![ScreenShot](https://raw.githubusercontent.com/PassKit/passkit-golang-members-quickstart/master/images/decrypted_key_pem.png)
5656
If you do not see `Proc-Type: 4,ENCEYPTED` on line 2, you have successfully decrypted `key.pem`.
5757

5858
5. Replace `[email protected]` in `main.go` with your email address in order to receive the welcome email with card url which your member will also receive.

0 commit comments

Comments
 (0)