Commit 3b3e1bc0 authored by Guillaume Ballet's avatar Guillaume Ballet

Update the card preparation instructions based on review feedback

parent 8c786a1f
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
* A USB smartcard reader * A USB smartcard reader
* A keycard that supports the status app * A keycard that supports the status app
* PCSCD version 4.3 running on your system **Only version 4.3 is currently supported**
## Preparing the smartcard ## Preparing the smartcard
**WARNING: FOILLOWING THESE INSTRUCTIONS WILL DESTROY THE MASTER KEY ON YOUR CARD. ONLY PROCEED IF NO FUNDS ARE ASSOCIATED WITH THESE ACCOUNTS**
You can use status' [keycard-cli](https://github.com/status-im/keycard-cli) and you should get version 2.1.1 of their [smartcard application](https://github.com/status-im/status-keycard/releases/download/2.1.1/keycard_v2.1.1.cap) You can use status' [keycard-cli](https://github.com/status-im/keycard-cli) and you should get version 2.1.1 of their [smartcard application](https://github.com/status-im/status-keycard/releases/download/2.1.1/keycard_v2.1.1.cap)
You also need to make sure that the PCSC daemon is running on your system. You also need to make sure that the PCSC daemon is running on your system.
...@@ -23,6 +26,12 @@ ...@@ -23,6 +26,12 @@
keycard init keycard init
``` ```
Then the card needs to be paired:
```
keycard pair
```
Finally, you need to have the card generate a new master key: Finally, you need to have the card generate a new master key:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment