Closed Stunkymonkey closed 2 months ago
sadly i have to report the current version throws:
"set -o pipefail\nopenssl s_client -connect some.company.portal.com:443 -showcerts </dev/null 2>/dev/null |\nsed -e '/-----BEGIN/,/-----END/!d' | tee /usr/local/share/ca-certificates/gitlabcert.crt >/dev/null\n"
I guess this fixes it (not tested yet)
still getting "stderr_lines": ["/bin/sh: 1: set: Illegal option -o pipefail"]
"stderr_lines": ["/bin/sh: 1: set: Illegal option -o pipefail"]
I can now confirm this works on ubuntu 24-04 and 22-04.
I trust you that this works :)
thx for the contribution
sadly i have to report the current version throws:
I guess this fixes it (not tested yet)