summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/systemd-creds.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-leap-15-6/man1/systemd-creds.1
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/systemd-creds.1')
-rw-r--r--upstream/opensuse-leap-15-6/man1/systemd-creds.17
1 files changed, 3 insertions, 4 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/systemd-creds.1 b/upstream/opensuse-leap-15-6/man1/systemd-creds.1
index daad2d1e..3a0e4b25 100644
--- a/upstream/opensuse-leap-15-6/man1/systemd-creds.1
+++ b/upstream/opensuse-leap-15-6/man1/systemd-creds.1
@@ -30,11 +30,10 @@ systemd-creds \- Lists, shows, encrypts and decrypts service credentials
is a tool for listing, showing, encrypting and decrypting unit credentials\&. Credentials are limited\-size binary or textual objects that may be passed to unit processes\&. They are primarily used for passing cryptographic keys (both public and private) or certificates, user account information or identity information from the host to services\&.
.PP
Credentials are configured in unit files via the
-\fIImportCredential>\fR,
+\fIImportCredential=\fR,
\fILoadCredential=\fR,
\fISetCredential=\fR,
-\fILoadCredentialEncrypted=\fR
-and
+\fILoadCredentialEncrypted=\fR, and
\fISetCredentialEncrypted=\fR
settings, see
\fBsystemd.exec\fR(5)
@@ -497,7 +496,7 @@ xyz\&.service:
.\}
.nf
# mkdir \-p /etc/systemd/system/xyz\&.service\&.d
-# systemd\-ask\-password \-n | systemd\-creds encrypt \-\-name=mysql\-password \-p \- \- >/etc/systemd/system/xyz\&.service\&.d/50\-password\&.conf
+# systemd\-ask\-password \-n | ( echo "[Service]" && systemd\-creds encrypt \-\-name=mysql\-password \-p \- \- ) >/etc/systemd/system/xyz\&.service\&.d/50\-password\&.conf
# systemctl daemon\-reload
# systemctl restart xyz\&.service
.fi