From 430bbcf2945ccc27bb2f9953099657229f259a7d Mon Sep 17 00:00:00 2001 From: Yogesh Tewari Date: Sat, 1 Apr 2017 11:04:14 -0400 Subject: [PATCH] ATLAS-1341: In Atlas security documentation page, Updated file cputil (extension of Credential Provider Utility Script) from .sh to .py --- docs/src/site/twiki/security.twiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/site/twiki/security.twiki b/docs/src/site/twiki/security.twiki index 1dcee2ae4..c74af48f3 100755 --- a/docs/src/site/twiki/security.twiki +++ b/docs/src/site/twiki/security.twiki @@ -26,7 +26,7 @@ In order to prevent the use of clear-text passwords, the Atlas platofrm makes us To create the credential provdier for Atlas: * cd to the 'bin' directory - * type './cputil.sh' + * type './cputil.py' * Enter the path for the generated credential provider. The format for the path is: * jceks://file/local/file/path/file.jceks or jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks. The files generally use the ".jceks" extension (e.g. test.jceks) * Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).