Skip to content

Commit 50c9e09

Browse files
committed
Updating CA to V2
1 parent b1580ab commit 50c9e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/iot/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func (cl *Client) CertificateCreate(ctx context.Context, id, csr string) (*iotcl
299299
}
300300

301301
cert := iotclient.CreateDevicesV2CertsPayload{
302-
Ca: toStringPointer("Arduino"),
302+
Ca: toStringPointer("Arduino_v2"),
303303
Csr: csr,
304304
Enabled: true,
305305
}

0 commit comments

Comments
 (0)