TLS mutual authentication has been added. 64/72064/7
authorandrzejszukuc <andrzej.szukuc@nokia.com>
Wed, 7 Nov 2018 11:51:05 +0000 (12:51 +0100)
committerandrzejszukuc <andrzej.szukuc@nokia.com>
Tue, 27 Nov 2018 15:54:25 +0000 (16:54 +0100)
commit1afc93ddb4afc226562043822f6c5e9dc0ed4b2a
tree96f022e83da4c708b99b6d4ef1bc2ea465a526de
parent174e08b4c4942eaa70cea889b4819334145216b9
TLS mutual authentication has been added.

Change-Id: I60ebe8e1b06d72413940935396cb7a56af437c0d
Issue-ID: DCAEGEN2-959
Signed-off-by: ANDRZEJ SZUKUC <andrzej.szukuc@nokia.com>
21 files changed:
README.md
certs/password [new file with mode: 0644]
certs/rootCA.crt [new file with mode: 0644]
certs/rootCA.key [new file with mode: 0644]
dpo/spec/vescollector-componentspec.json
etc/collector.properties
etc/trustpasswordfile [new file with mode: 0644]
etc/truststore [new file with mode: 0644]
pom.xml
src/main/java/org/onap/dcae/ApplicationSettings.java
src/main/java/org/onap/dcae/commonFunction/SSLContextCreator.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/ApiConfiguration.java
src/main/java/org/onap/dcae/restapi/ServletConfig.java
src/test/java/org/onap/dcae/TLSTest.java [new file with mode: 0644]
src/test/java/org/onap/dcae/TLSTestBase.java [new file with mode: 0644]
src/test/java/org/onap/dcae/TestingUtilities.java
src/test/resources/keystore [new file with mode: 0644]
src/test/resources/passwordfile [new file with mode: 0644]
src/test/resources/trustpasswordfile [new file with mode: 0644]
src/test/resources/truststore [new file with mode: 0644]
version.properties