Compare commits
7 Commits
241c45d390
...
59cf8bd7b8
Author | SHA1 | Date |
---|---|---|
|
59cf8bd7b8 | |
|
8c492de4ae | |
|
c368da5ac3 | |
|
3596249a45 | |
|
a50d854d64 | |
|
a453acbf46 | |
|
da37c79851 |
|
@ -36,19 +36,13 @@ as such need to be set up in a manner that minimizes exposure risks.
|
||||||
```
|
```
|
||||||
Note: default admin PIN is 12345678
|
Note: default admin PIN is 12345678
|
||||||
|
|
||||||
1. Set expiry time via environment variable - you can update 2y to desired value:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ export KEYFORK_OPENPGP_EXPIRE=2y
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Generate a mnemonic, encrypting to a newly-generated key:
|
1. Generate a mnemonic, encrypting to a newly-generated key:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ keyfork mnemonic generate --encrypt-to-self public.asc,output=encrypted.asc --provision openpgp-card,identifier="$card_id"
|
$ keyfork mnemonic generate --encrypt-to-self public.asc,output=encrypted.asc --provision openpgp-card,identifier="$card_id"
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: The PIN can't use sequential numbers, characters or repeated patterns.
|
Note: The PIN can't use sequential numbers, characters or repeated patterns.
|
||||||
|
|
||||||
1. Rename output to use key fingerprint:
|
1. Rename output to use key fingerprint:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue