Skip to content

Commit

Permalink
utils.groovy: fix path to CA certificates
Browse files Browse the repository at this point in the history
Fixes 99c69fb ("utils: also sync root CA to remote cosa").
  • Loading branch information
jlebon authored and dustymabe committed Oct 6, 2022
1 parent 2b60ca6 commit 6d63e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def addOptionalRootCA() {
// Also sync it over to the remote if we're operating in a remote session
shwrap('''
if [ -n "${COREOS_ASSEMBLER_REMOTE_SESSION:-}" ]; then
cosa remote-session sync {,:}/etc/pki/ca-trust/anchors/
cosa remote-session sync {,:}/etc/pki/ca-trust/source/anchors/
cosa shell -- /usr/lib/coreos-assembler/update-ca-trust-unpriv
fi
''')
Expand Down

0 comments on commit 6d63e84

Please sign in to comment.