Skip to content

Commit 083be46

Browse files
committed
Add missing steps for managing TLS certs on Linux.
1 parent 9de33bd commit 083be46

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

memdocs/intune/protect/microsoft-tunnel-configure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: brenduns
66
ms.author: brenduns
77
manager: dougeby
8-
ms.date: 02/28/2022
8+
ms.date: 03/02/2022
99
ms.topic: how-to
1010
ms.service: microsoft-intune
1111
ms.subservice: protect
@@ -336,12 +336,14 @@ You can use the **./mst-cli** command-line tool to update the TLS certificate on
336336

337337
1. Copy the certificate file to **/etc/mstunnel/private/site.pfx**
338338
2. Run: `mst-cli import_cert`
339+
3. Run: `mst-cli server restart`
339340

340341
**PEM**:
341342

342343
1. Copy the new certificate to **/etc/mstunnel/certs/site.crt**
343344
2. Copy the private key to **/etc/mstunnel/private/site.key**
344345
3. Run: `mst-cli import_cert`
346+
4. Run: `mst-cli server restart`
345347

346348
For more information about *mst-cli*, see [Reference for Microsoft Tunnel](../protect/microsoft-tunnel-reference.md).
347349

0 commit comments

Comments
 (0)