From 5811490a3f3802c3e4980efe0b7e2d3105d3c505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 15 Jun 2023 11:03:39 +0200 Subject: [PATCH] docs/CREDENTIALS: fix confusion of i.e. and e.g. --- docs/CREDENTIALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 2f6bdd44b2e..50100cc5b61 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -78,7 +78,7 @@ Within unit files, there are four settings to configure service credentials. 2. `SetCredential=` may be used to set a credential to a literal string encoded in the unit file. Because unit files are world-readable (both on disk and via D-Bus), this should only be used for credentials that aren't sensitive, - i.e. public keys/certificates – but not private keys. + e.g. public keys or certificates, but not private keys. 3. `LoadCredentialEncrypted=` is similar to `LoadCredential=` but will load an encrypted credential, and decrypt it before passing it to the service. For