aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-06-03 13:17:11 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-03 13:17:11 +0000
commite7deff07e3b30ef564ced876bdfe0b68911965a8 (patch)
tree16dd1f22ad657994efc2b0b455137a778e168df0 /README.md
parentda9aa4007cad819cf8c00723825796365efbfadc (diff)
parent2de95db4a924d36b89429f23bd4803d7e83341f3 (diff)
Merge "Remove old clamp frontend files"
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 93637cc9e..5134d9cbd 100644
--- a/README.md
+++ b/README.md
@@ -150,11 +150,7 @@ resource clds/aaf/org.onap.clamp.p12.
- wget https://nexus.onap.org/content/repositories/releases/org/onap/aaf/authz/aaf-cadi-aaf/2.1.13/aaf-cadi-aaf-2.1.13-full.jar
- to encrypt or decrypt the store passwords: java -jar aaf-cadi-aaf-2.1.13-full.jar cadi <digest|undigest> changeit testos.key
- you can also use the agent.sh script to decrypt the passwords, by running the showpass commands (see wiki below)
-- Extract private key from P12: 'openssl pkcs12 -in org.onap.clamp.p12 -nocerts -nodes > clamp.key'
-- Extract public certificate from P12: 'openssl pkcs12 -in org.onap.clamp.p12 -clcerts -nokeys > clamp.pem'
-- Extract CA certificate from P12: 'openssl pkcs12 -in org.onap.clamp.p12 -cacerts -nokeys -chain > ca-certs.pem'
- reference wiki: https://wiki.onap.org/display/DW/AAF+Certificate+Management+for+Dummies
-- you need to place new clamp.key, clamp.pem and ca-certs.pem into src/main/resources/clds/aaf/ssl, this will be used by the FrontEnd
- you need to replace the password of the generated keystore (clamp uses the p12 keystore), we want to keep the same demo password across release
to do so, you can use keytool to update the password and set it back to 'China in the Spring'
keytool -storepasswd -keystore ./org.onap.clamp.p12