From 2de95db4a924d36b89429f23bd4803d7e83341f3 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Wed, 1 Jun 2022 12:13:21 +0100 Subject: 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 Change-Id: I33fa066c921526cdbb210fc576e2de04cb53dc75 --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') 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 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 -- cgit 1.2.3-korg