diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-17 18:55:15 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-18 10:33:31 -0400 |
commit | 760d81ae99aa1efce122304047a2e677c0b48074 (patch) | |
tree | 950e74425e86a14ac7c32957570d52c02c9e2f4e /utils-test/src/main/resources | |
parent | efe3b4350af4ea9b39e2afa51e07455c34f21703 (diff) |
Add utility to generate keystore for testing
Added a class that will generate a keystore containing a self-signed
certificate.
Issue-ID: POLICY-3147
Change-Id: I25e7307c2e73dbacae24c8fce616bf2ada93df9f
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils-test/src/main/resources')
-rw-r--r-- | utils-test/src/main/resources/keystore_san.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/utils-test/src/main/resources/keystore_san.txt b/utils-test/src/main/resources/keystore_san.txt new file mode 100644 index 00000000..38428ea0 --- /dev/null +++ b/utils-test/src/main/resources/keystore_san.txt @@ -0,0 +1,15 @@ +DNS:policy +DNS:drools +DNS:drools.onap +DNS:policy-apex-pdp +DNS:policy-apex-pdp.onap +DNS:policy-api +DNS:policy-api.onap +DNS:policy-distribution +DNS:policy-distribution.onap +DNS:policy-pap +DNS:policy-pap.onap +DNS:policy-xacml-pdp +DNS:policy-xacml-pdp.onap +DNS:policy.api.simpledemo.onap.org +DNS:policy-sim |