Fix openssl example command in dynamic-login
the command had one error in it (missing one backslash) and was rendered wrong, w/o any backslashes at all. Change-Id: If187f645b818f47d10b602ccee12c29892a8d88d
This commit is contained in:
parent
2f06cbc4eb
commit
62626521ad
@ -29,8 +29,8 @@ rootpwd
|
|||||||
root password to the one specified by this option. Note that
|
root password to the one specified by this option. Note that
|
||||||
this password must be **encrypted**. Interpolation can be
|
this password must be **encrypted**. Interpolation can be
|
||||||
avoided by using $$. Encrypted passwords can be generated
|
avoided by using $$. Encrypted passwords can be generated
|
||||||
using the ``openssl`` command, e.g: *openssl passwd -1
|
using the ``openssl`` command, e.g: ``openssl passwd -1
|
||||||
-stdin <<< YOUR_PASSWORD | sed 's/\$/\$$/g'*.
|
-stdin <<< YOUR_PASSWORD | sed 's/\$/\$\$/g'``.
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user