From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 August 2023

  • curprev 07:3007:30, 14 August 2023Sumantrom talk contribs 1,130 bytes +1,130 Created page with "{{QA/Test_Case |description=This test case verifies the basic functionality of the `clevis` tool, specifically binding and unbinding operations. |setup= 1. Install a fresh version of Fedora. 2. Install `clevis`: `sudo dnf install clevis clevis-luks`. 3. Create a test file: `echo "Hello World" > testfile.txt`. |actions= 1. Encrypt the test file with a passphrase using `clevis`: `clevis encrypt pin=test passphrase="securePass" < testfile.txt > encrypted.txt`. {{FIXME}}..."