diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-06-15 11:03:39 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-06-19 13:36:30 +0200 |
commit | 5811490a3f3802c3e4980efe0b7e2d3105d3c505 (patch) | |
tree | acc0aef3a271658f2a3c605d636dc1e62c9b5aa3 /docs/CREDENTIALS.md | |
parent | man: missing/misplaced periods (diff) | |
download | systemd-5811490a3f3802c3e4980efe0b7e2d3105d3c505.tar.xz systemd-5811490a3f3802c3e4980efe0b7e2d3105d3c505.zip |
docs/CREDENTIALS: fix confusion of i.e. and e.g.
Diffstat (limited to 'docs/CREDENTIALS.md')
-rw-r--r-- | docs/CREDENTIALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 2f6bdd44b2..50100cc5b6 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 |