Skip to content

Commit

Permalink
Fix README.md to include tang https configuration (#175) (#417)
Browse files Browse the repository at this point in the history
* Fix README.md to include tang https configuration (#175)
  • Loading branch information
MaxiStarling56 authored May 9, 2024
1 parent 601d0a9 commit 4bddd5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ Upon successful completion of this binding process, the disk can be unlocked
using one of the provided unlockers.

#### Network based unlocking
If you want to use network based unlocking you will need to specify `rd.neednet=1` as kernel argument or use `--hostonly-cmdline` when creating dracut.
If you want to use network based unlocking you will need to specify `rd.neednet=1` as kernel argument or use `--hostonly-cmdline` when creating with dracut.

If you're using **Tang** with TLS (Example: `'{"url": "https://tang.remote"}'`), the folder `/etc/ssl` should be included in the initramfs image, `--include /etc/ssl /etc/ssl --force` when creating with dracut.

#### Unlocker: Dracut

Expand Down

0 comments on commit 4bddd5e

Please sign in to comment.