Skip to content

Commit f7a9196

Browse files
Merge pull request #92849 from loicbs/patch-1
Fix "Set up working directory" step for windows
2 parents b01bf04 + ae4fedd commit f7a9196

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
@@ -76,7 +76,7 @@ In this section, you clone the IoT Edge repo and execute the scripts.
7676
mkdir wrkdir
7777
cd .\wrkdir\
7878
cp ..\iotedge\tools\CACertificates\*.cnf .
79-
cp ..\iotedge\tools\CACertificates\certGen.sh .
79+
cp ..\iotedge\tools\CACertificates\ca-certs.ps1 .
8080
```
8181

8282
If you downloaded the repo as a ZIP, then the folder name is `iotedge-master` and the rest of the path is the same.
@@ -408,4 +408,4 @@ The certificates in this section are for the steps in the IoT Hub X.509 certific
408408
* `certs/iot-device-<device id>-full-chain.cert.pem`
409409
* `private/iot-device-<device id>.key.pem`
410410

411-
---
411+
---

0 commit comments

Comments
 (0)