Skip to content

Commit d20241a

Browse files
committed
2 parents 99b1589 + 32a709a commit d20241a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

azure/readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ These include the Azure IoT Hub Name, Application Id, Tenant Id, Subscription Gu
2121
* OutputLog : Y to enable logging, anything else for not.
2222
* ScriptName : the string path (on the keyfactor platform windows host) for the script.
2323
* SN : the serial number of the cert.
24-
25-
# CheckMetadataAndUpdateIotHub.ps1
26-
an example of a script that runs via the windows scheduler service, it'll check the certificate metadata at specified interval and then update to IotHub as necessary. This script enables or disables the device in IotHub based on an "enabled" metadata field.
27-
![image](https://user-images.githubusercontent.com/78758042/119694179-d99b2400-be01-11eb-84a0-acecb1faaaff.png)
28-
29-
# RemoveDevice.ps1
30-
another example of a script that runs via the windows scheduler. it checks for expired or revoked certs and disables them in IotHub, as expired/revoked certificates stay that way, it keeps an internal csv file to reduce the amount of queries to IotHub.
31-
![image](https://user-images.githubusercontent.com/78758042/119694622-3d255180-be02-11eb-9470-3d703f9250c7.png)
24+
![image](https://user-images.githubusercontent.com/78758042/122282242-09d56000-cea0-11eb-8b30-59b726acb7d9.png)
3225

3326

3427

0 commit comments

Comments
 (0)