summaryrefslogtreecommitdiffstats
path: root/odlsli
diff options
context:
space:
mode:
authorRich Tabedzki <richard.tabedzki@att.com>2017-10-18 18:41:07 +0000
committerRich Tabedzki <richard.tabedzki@att.com>2017-10-18 18:41:53 +0000
commit7db84e03265024d3510b6d25a054ac895e0f0e1d (patch)
tree82c2077efd22c589fda879c8bdb3f6b598d22db3 /odlsli
parent720cc98ae85ab45b94e00d07aa0504b85ba98f58 (diff)
Add keystore file to ccsdk/distribution
Changes made: 1. added main/stores directory 2. added truststore file 3. updated pom file to properly include stores directory Change-Id: Ic10370e3c21c5e413c5745c2fbee7116f14a86a2 Issue-ID: SDNC-134 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'odlsli')
-rw-r--r--odlsli/pom.xml2
-rw-r--r--odlsli/src/main/stores/truststore.openecomp.client.jksbin0 -> 1242 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index 53fc57a5..8e410e02 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -195,7 +195,7 @@
<outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/data/stores</outputDirectory>
<resources>
<resource>
- <directory>../src/main/stores</directory>
+ <directory>src/main/stores</directory>
<includes>
<include>*.jks</include>
</includes>
diff --git a/odlsli/src/main/stores/truststore.openecomp.client.jks b/odlsli/src/main/stores/truststore.openecomp.client.jks
new file mode 100644
index 00000000..2e83fee5
--- /dev/null
+++ b/odlsli/src/main/stores/truststore.openecomp.client.jks
Binary files differ