From 2bd49deec16856bd49cba0f72a354804e7928939 Mon Sep 17 00:00:00 2001 From: Dave Herder <27025660+dherder@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:50:20 -0700 Subject: [PATCH] Update configuration docs (#10021) - Update MDM config examples to use the filenames of certs / keys that fleetctl and Fleet UI generate --- docs/Deploying/Configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Deploying/Configuration.md b/docs/Deploying/Configuration.md index f19e01908a..01d11c55ad 100644 --- a/docs/Deploying/Configuration.md +++ b/docs/Deploying/Configuration.md @@ -2653,7 +2653,7 @@ This is the path to a PEM-encoded private key for the Apple Push Notification se - Config file format: ``` mdm: - apple_apns_key: /path/to/apns_key.pem + apple_apns_key: /path/to/fleet-mdm-apple-apns.key ``` ##### mdm.apple_apns_key_bytes @@ -2680,7 +2680,7 @@ This is the path to the Simple Certificate Enrollment Protocol (SCEP) certificat - Config file format: ``` mdm: - apple_scep_cert: /path/to/scep_cert.pem + apple_scep_cert: /path/to/fleet-mdm-apple-scep.crt ``` ##### mdm.apple_scep_cert_bytes @@ -2707,7 +2707,7 @@ This is the path to a PEM-encoded private key for the Simple Certificate Enrollm - Config file format: ``` mdm: - apple_scep_key: /path/to/scep_key.pem + apple_scep_key: /path/to/fleet-mdm-apple-scep.key ``` ##### mdm.apple_scep_key_bytes @@ -2797,7 +2797,7 @@ This is the path to the Apple Business Manager certificate. The certificate is - Config file format: ``` mdm: - apple_bm_cert: /path/to/bm_cert.pem + apple_bm_cert: /path/to/fleet-apple-mdm-bm-public-key.crt ``` ##### mdm.apple_bm_cert_bytes @@ -2824,7 +2824,7 @@ This is the path to a PEM-encoded private key for the Apple Business Manager. It - Config file format: ``` mdm: - apple_bm_key: /path/to/private_key.pem + apple_bm_key: /path/to/fleet-apple-mdm-bm-private.key ``` ##### mdm.apple_bm_key_bytes