From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- catalog-be/src/main/resources/keystore/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-be/src/main/resources/keystore/README.txt (limited to 'catalog-be/src/main/resources/keystore/README.txt') diff --git a/catalog-be/src/main/resources/keystore/README.txt b/catalog-be/src/main/resources/keystore/README.txt new file mode 100644 index 0000000000..bbbbd07e27 --- /dev/null +++ b/catalog-be/src/main/resources/keystore/README.txt @@ -0,0 +1,16 @@ +keytool -genkeypair -keystore catalogbe.jks -alias catalogbe -keypass Aa123456 -storepass Aa123456 -keyalg RSA -keysize 2048 -validity 3650 -dname "CN=Catalog BE, OU=Development, O=AT&T, L=TLV, C=IL" + + +3650 – 10 years validity +Eyal Sofer – creator +Development – Organization unit +AT&T – Organization +TLV- City +IL – Country code + + +catalogbe.jks – name of keystore +Aa123456 - password + +#In order to generate the password OBF:..., run the following command: +java -cp ../jetty-distribution-9.2.7.v20150116/lib/jetty-http-9.2.7.v20150116.jar:../jetty-distribution-9.2.7.v20150116/lib/jetty-util-9.2.7.v20150116.jar org.eclipse.jetty.util.security.Password Aa123456 \ No newline at end of file -- cgit 1.2.3-korg