diff options
author | Michael Lando <ml636r@att.com> | 2017-02-19 10:28:42 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-19 10:51:01 +0200 |
commit | 451a3400b76511393c62a444f588a4ed15f4a549 (patch) | |
tree | e4f5873a863d1d3e55618eab48b83262f874719d /catalog-be/src/main/resources/keystore | |
parent | 5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff (diff) |
Initial OpenECOMP SDC commit
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/keystore')
-rw-r--r-- | catalog-be/src/main/resources/keystore/README.txt | 16 | ||||
-rw-r--r-- | catalog-be/src/main/resources/keystore/catalogbe.jks | bin | 0 -> 2201 bytes | |||
-rw-r--r-- | catalog-be/src/main/resources/keystore/catalogbe.jks.pwd | 1 |
3 files changed, 17 insertions, 0 deletions
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 diff --git a/catalog-be/src/main/resources/keystore/catalogbe.jks b/catalog-be/src/main/resources/keystore/catalogbe.jks Binary files differnew file mode 100644 index 0000000000..8493a46aca --- /dev/null +++ b/catalog-be/src/main/resources/keystore/catalogbe.jks diff --git a/catalog-be/src/main/resources/keystore/catalogbe.jks.pwd b/catalog-be/src/main/resources/keystore/catalogbe.jks.pwd new file mode 100644 index 0000000000..b113d7d888 --- /dev/null +++ b/catalog-be/src/main/resources/keystore/catalogbe.jks.pwd @@ -0,0 +1 @@ +OBF:1cp61iuj194s194u194w194y1is31cok
\ No newline at end of file |