summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-12-19 15:22:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-19 15:22:26 +0000
commitbbdc49eecebbb6fd0289db18859b5d4360ce1701 (patch)
tree2d63f916f213ccda7f25a734ac8b1f08d9321da3 /README.md
parentb95941adee2725406c194c710240a36a698a183a (diff)
parent039595ca28f6dee552bab00bd1df167c0ea97ae3 (diff)
Merge "Remove clear text password"
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f77ca227..64664faa 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,15 @@ docker-compose up
### Generate auth credential
-Util "crypt_password.py" to generate new cryptographic password is stored in dcaegen2/sdk
+Library to generate new cryptographic password is stored in dcaegen2/sdk -"security/crypt-password"
+or download artifact from:
+
+https://nexus.onap.org/#nexus-search;quick~crypt-password
+
+How to use:
```
-python crypt_password.py -p TestPassword
+java -jar crypt-password-<version>.jar password_to_crypt
```
### Environment variables in Docker Container