aboutsummaryrefslogtreecommitdiffstats
path: root/csit/gen_truststore.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-09-05Convert CSIT tests to use HTTP rather than HTTPSliamfallon1-49/+0
This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and didying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: Ie19908a8d2a457df3ae5f4e490d5528889f395c8 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-06-28Don't regenerate policy root CA in CSITsJim Hahn1-1/+10
If the truststore already contains a root CA for policy, then the script should not regenerate a root CA, as it interferes with pods that are brought up in subsequent runs. Issue-ID: POLICY-3384 Change-Id: I0c46fd23bd24ffd2add4e2d4914b6198a6f4b18f Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-14Don't save private keyJim Hahn1-0/+40
GitHub complains if you include a private key in a repo. Modified the CSITs to generate the root CA so that it's private key does not have to be stored. Issue-ID: POLICY-3384 Change-Id: I4bebc3e4b0e386047d7f6fbd19150812cb605899 Signed-off-by: Jim Hahn <jrh3@att.com>