From 9e72e02bd1779c7850b5121953034f14e15d514c Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 2 Dec 2024 05:04:19 -0500 Subject: [PATCH] docs: update identity file instructions for Event Export (#49595) --- docs/pages/includes/plugins/identity-export.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/includes/plugins/identity-export.mdx b/docs/pages/includes/plugins/identity-export.mdx index 929eddd0f369e..8db457cb0e378 100644 --- a/docs/pages/includes/plugins/identity-export.mdx +++ b/docs/pages/includes/plugins/identity-export.mdx @@ -46,7 +46,7 @@ If you are running the {{ client }} on a Linux server, create a data directory to hold certificate files for the {{ client }}: ```code -$ sudo mkdir -p /var/lib/teleport/api-credentials +$ sudo mkdir -p /var/lib/teleport/plugins/api-credentials $ sudo mv identity /var/lib/teleport/plugins/api-credentials ```