diff options
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | templates/passphrase.html | 4 | ||||
-rw-r--r-- | templates/passphrase.txt | 2 |
3 files changed, 8 insertions, 8 deletions
@@ -398,9 +398,9 @@ export CERTIFY_PASS=$(LC_ALL=C tr -dc 'A-Z1-9' < /dev/urandom | \ Write the passphrase in a secure location, ideally separate from the portable storage device used for key material, or memorize it. -This repository includes a [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.html) template to help with credential transcription. Save the [raw file](https://github.com/drduh/YubiKey-Guide/raw/refs/heads/master/passphrase.html), open in a browser to render and print. +This repository includes a [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.html) template to help with credential transcription. Save the [raw file](https://github.com/drduh/YubiKey-Guide/raw/refs/heads/master/templates/passphrase.html), open in a browser to render and print. -Mark the corresponding character on sequential rows for each character in the passphrase. [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.txt) can also be printed without a browser: +Mark the corresponding character on sequential rows for each character in the passphrase. [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.txt) can also be printed without a browser: ```console lp -d Printer-Name passphrase.txt @@ -943,15 +943,15 @@ The `>` after a tag indicates the key is stored on a smart card. Verify you have done the following: - [ ] Memorized or wrote down the Certify key (identity) passphrase to a secure and durable location - * `echo $CERTIFY_PASS` to see it again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.txt) to transcribe it + * `echo $CERTIFY_PASS` to see it again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.txt) to transcribe it - [ ] Memorized or wrote down passphrase to encrypted volume on portable storage - * `echo $LUKS_PASS` to see it again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.txt) to transcribe it + * `echo $LUKS_PASS` to see it again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.txt) to transcribe it - [ ] Saved the Certify key and Subkeys to encrypted portable storage, to be kept offline * At least two backups are recommended, stored at separate locations - [ ] Exported a copy of the public key where is can be easily accessed later * Separate device or non-encrypted partition was used - [ ] Memorized or wrote down the User PIN and Admin PIN, which are unique and changed from default values - * `echo $USER_PIN $ADMIN_PIN` to see them again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.txt) to transcribe them + * `echo $USER_PIN $ADMIN_PIN` to see them again; [`passphrase.html`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.html) or [`passphrase.txt`](https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.txt) to transcribe them - [ ] Moved Encryption, Signature and Authentication Subkeys to YubiKey * `gpg -K` shows `ssb>` for each of the 3 Subkeys diff --git a/templates/passphrase.html b/templates/passphrase.html index 74515f1..2721110 100644 --- a/templates/passphrase.html +++ b/templates/passphrase.html @@ -1,5 +1,5 @@ -<!-- https://github.com/drduh/YubiKey-Guide/blob/master/passphrase.html - https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/passphrase.html +<!-- https://github.com/drduh/YubiKey-Guide/blob/master/templates/passphrase.html + https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/templates/passphrase.html Save the raw file ^ then open in a browser to render and print --> <!DOCTYPE html> <html> diff --git a/templates/passphrase.txt b/templates/passphrase.txt index 2b3dc01..9df9a7d 100644 --- a/templates/passphrase.txt +++ b/templates/passphrase.txt @@ -1,4 +1,4 @@ -# https://github.com/drduh/YubiKey-Guide/blob/master/passphrase.txt +# https://github.com/drduh/YubiKey-Guide/blob/master/templates/passphrase.txt DATE (YYYY-MM-DD) ADMIN PIN USER PIN |