Skip to content

Commit 0d82e44

Browse files
committed
Title change deploy certificates
1 parent c570c8c commit 0d82e44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/defender-for-iot/organizations/how-to-deploy-certificates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Deploy certificates
2+
title: Setting SSL/TLS appliance certificates
33
description: Learn how to set up and deploy certificates for Defender for IoT.
44
ms.date: 02/06/2022
55
ms.topic: how-to
66
---
77

8-
# About certificates
8+
# Certificates for appliance encryption and authentication (OT appliances)
99

1010
This article provides information needed when creating and deploying certificates for Microsoft Defender for IoT. A security, PKI or other qualified certificate lead should handle certificate creation and deployment.
1111

@@ -180,9 +180,9 @@ You can test certificates before deploying them to your sensors and on-premises
180180

181181
| **Test** | **CLI command** |
182182
|--|--|
183-
| Check a Certificate Signing Request (CSR) | openssl req -text -noout -verify -in CSR.csr |
184-
| Check a private key | openssl rsa -in privateKey.key -check |
185-
| Check a certificate | openssl x509 -in certificate.crt -text -noout |
183+
| Check a Certificate Signing Request (CSR) | `openssl req -text -noout -verify -in CSR.csr` |
184+
| Check a private key | `openssl rsa -in privateKey.key -check` |
185+
| Check a certificate | `openssl x509 -in certificate.crt -text -noout` |
186186

187187
If these tests fail, review [Certificate file parameter requirements](#certificate-file-parameter-requirements) to verify file parameters are accurate, or consult your certificate lead.
188188

0 commit comments

Comments
 (0)