From 3ec89e0d7269372b2366b3daa442f5c5d9d439d2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 5 Jun 2017 21:10:09 +0300 Subject: [PATCH] docs(help) Config: rm sha-1 --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 8eadc411..1ff60ed5 100644 --- a/HELP.md +++ b/HELP.md @@ -299,7 +299,7 @@ Here is description of options: { "auth" : false, /* enable http authentication */ "username" : "root", /* username for authentication */ - "password" : "toor", /* password hash in sha-1 for authentication*/ +    "password"         : "toor",   /* password hash for authentication*/ "algo" : "sha512WithRSAEncryption", /* cryptographic algorithm */ "editor" : "edward", /* default, could be "dword" or "edward" */ "packer" : "tar", /* default, could be "tar" or "zip" */