summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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