Use PKCS12 key and trust store in HV-VES Collector 77/68377/4
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Fri, 21 Sep 2018 09:31:59 +0000 (11:31 +0200)
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Tue, 25 Sep 2018 06:40:25 +0000 (08:40 +0200)
commite4bd899f657daa88274f1419314f43953a6bc1ef
tree387b84c7f7e922a304acd960068b82eefdd53e3b
parentb4c9fdb2aca5d283e16354c488460252c68c7d67
Use PKCS12 key and trust store in HV-VES Collector

Usage of keystore and truststore allows us to use JDK security
framework instead of openssl JNI bindings which are sometimes
problematic.

* Replace openssl with keytool when generating the scripts

Change-Id: Icaa21cd1db443b1dd8fe7e7c0523123df5ea2545
Issue-ID: DCAEGEN2-816
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/ssl/.gitignore [new file with mode: 0644]
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/ssl/Makefile-openssl [moved from test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/ssl/Makefile with 64% similarity]
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/ssl/README.md
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/ssl/gen-certs.sh [new file with mode: 0755]
test/csit/plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh
test/csit/tests/dcaegen2-collectors-hv-ves/testcases/libraries/XnfSimulatorLibrary.py