Our website displays "**** ******" as the example password.
Despite its tradition rooted in 18th Century French literature,
we cannot assume it to be public.
Use ******* as suggested by Erik instead.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
docs/formatsecret.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/formatsecret.html.in b/docs/formatsecret.html.in
index 9dc9cdf288..c0f16f700d 100644
--- a/docs/formatsecret.html.in
+++ b/docs/formatsecret.html.in
@@ -405,7 +405,7 @@ Secret value set
</p>
<pre>
-# MYSECRET=`printf %s "open sesame" | base64`
+# MYSECRET=`printf %s "*******" | base64`
# virsh secret-set-value 6dd3e4a5-1d76-44ce-961f-f119f5aad935 $MYSECRET
Secret value set
</pre>
--
2.29.2