Skip to content

Commit 85fe60b

Browse files
dtardonmrc0mmand
authored andcommitted
docs: fix order
1 parent d89457a commit 85fe60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CREDENTIALS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ services where they are ultimately consumed.
311311
credentials during the transition. The files (and their directory) are
312312
removed once this is completed.
313313

314-
5. Credentials may also be passed from the UEFI environment to userspace, if
314+
4. Credentials may also be passed from the UEFI environment to userspace, if
315315
the
316316
[`systemd-stub`](https://www.freedesktop.org/software/systemd/man/systemd-stub.html)
317317
UEFI kernel stub is used. This allows placing encrypted credentials in the
@@ -321,7 +321,7 @@ services where they are ultimately consumed.
321321
initrds, as userspace can place credentials next to these EFI kernels, and
322322
be sure they can be accessed securely from initrd context.
323323

324-
4. Credentials can also be passed into a system via the kernel command line,
324+
5. Credentials can also be passed into a system via the kernel command line,
325325
via the `systemd.set_credential=` and `systemd.set_credential_binary=`
326326
kernel command line options (the latter takes Base64 encoded binary
327327
data). Note though that any data specified here is visible to all userspace

0 commit comments

Comments
 (0)