Skip to content

Commit 17d6dde

Browse files
authored
Update how-to-create-test-certificates.md
Updated the file names to show the correct name of files created by `New-CACertsEdgeDevice "<CA cert name>"`. The documentation erroneously adds "-ca" to the file name when that part isn't present in the real file names generated.
1 parent c09c988 commit 17d6dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-create-test-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ The **Edge CA** certificate is also responsible for creating certificates for mo
241241

242242
3. This command creates several certificate and key files. The following certificate and key pair need to be copied over to an IoT Edge device and referenced in the config file:
243243

244-
* `certs\iot-edge-device-ca-<CA cert name>-full-chain.cert.pem`
245-
* `private\iot-edge-device-ca-<CA cert name>.key.pem`
244+
* `certs\iot-edge-device-<CA cert name>-full-chain.cert.pem`
245+
* `private\iot-edge-device-<CA cert name>.key.pem`
246246

247247

248248
# [Linux](#tab/linux)

0 commit comments

Comments
 (0)