diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2025-06-14 19:04:48 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-16 23:03:46 +0000 |
commit | c2554567658ca2deba4790a98e7a8e9858c4840c (patch) | |
tree | f665b6864281a59f8d54c12b85036e5803ab519b | |
parent | 0dde8cd3149caf00c1950616a15f1eae48c60d44 (diff) | |
download | edk2-c2554567658ca2deba4790a98e7a8e9858c4840c.zip edk2-c2554567658ca2deba4790a98e7a8e9858c4840c.tar.gz edk2-c2554567658ca2deba4790a98e7a8e9858c4840c.tar.bz2 |
OvmfPkg: Update README with new 'TLS Auth Configuration'
'Tls Auth Configuration' is now 'TLS Auth Configuration'. Update
README to match.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
-rw-r--r-- | OvmfPkg/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/README b/OvmfPkg/README index 8c19b4c..550e952 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -288,7 +288,7 @@ and encrypted connection. connections will be accepted.
* By default, there is no trusted certificate. The user has to import the
- certificates either manually with "Tls Auth Configuration" utility in the
+ certificates either manually with "TLS Auth Configuration" utility in the
firmware UI or through the fw_cfg entry, etc/edk2/https/cacerts.
-fw_cfg name=etc/edk2/https/cacerts,file=<certdb>
|