Skip to content

Commit

Permalink
Avoid name conflict with additional-ca
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <[email protected]>
  • Loading branch information
starbops committed Oct 12, 2023
1 parent e3d7fac commit f5bec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cacerts/cacerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func ToFile(server, token string) (*applyinator.File, error) {

return &applyinator.File{
Content: base64.StdEncoding.EncodeToString(cacert),
Path: "/etc/pki/trust/anchors/additional-ca.pem",
Path: "/etc/pki/trust/anchors/embedded-rancher-ca.pem",
Permissions: "0644",
}, nil
}
Expand Down

0 comments on commit f5bec64

Please sign in to comment.