Updates for new Root ca

This commit is contained in:
Hyatt 2022-12-17 20:18:29 +00:00
parent 4f920ef805
commit 082c57f0df

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ podTemplate(
stage('Run Tests') {
container('golang-alpine') {
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
sh """
if [ ! "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
apk add --no-cache curl