Skip to content

Commit f5bec64

Browse files
committed
Avoid name conflict with additional-ca
Signed-off-by: Zespre Chang <[email protected]>
1 parent e3d7fac commit f5bec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cacerts/cacerts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func ToFile(server, token string) (*applyinator.File, error) {
180180

181181
return &applyinator.File{
182182
Content: base64.StdEncoding.EncodeToString(cacert),
183-
Path: "/etc/pki/trust/anchors/additional-ca.pem",
183+
Path: "/etc/pki/trust/anchors/embedded-rancher-ca.pem",
184184
Permissions: "0644",
185185
}, nil
186186
}

0 commit comments

Comments
 (0)