summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-06-01 12:13:21 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-06-01 12:18:37 +0100
commit2de95db4a924d36b89429f23bd4803d7e83341f3 (patch)
tree5667c4dd96721020265594ab9ba4fb5562e64b20 /README.md
parentf35587328e1bd99882ed8a4df85d01660d54c007 (diff)
Remove old clamp frontend files
Delete unused dockerfile, config files, and certs for old clamp frontend Update README to remove references to old clamp frontend Issue-ID: POLICY-3358 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I33fa066c921526cdbb210fc576e2de04cb53dc75
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