From 152991fdf7385f7a7ad9fcd3eb6ae731cbca539a Mon Sep 17 00:00:00 2001 From: Mohammad Saif Shaikh Date: Fri, 11 Aug 2023 12:19:38 -0400 Subject: [PATCH] Update Import-Certificate.md `--FilePath` option This commit adds important information on the usage and behavior of the Import-Certificate Powershell cmdlet, specifically around the importing of multiple certificates at once. --- docset/winserver2022-ps/pki/Import-Certificate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/pki/Import-Certificate.md b/docset/winserver2022-ps/pki/Import-Certificate.md index 9f1f8e53e4..4ec382203e 100644 --- a/docset/winserver2022-ps/pki/Import-Certificate.md +++ b/docset/winserver2022-ps/pki/Import-Certificate.md @@ -100,7 +100,8 @@ Accept wildcard characters: False Specifies the path to a certificate file to be imported. Acceptable formats include `.sst`, `.p7b`, and `.cert` files. If the file contains multiple certificates, then each certificate will be -imported to the destination store. +imported to the destination store. The file must be in `.sst` format to import multiple +certificates; otherwise, only the first certificate in the file will be imported. ```yaml Type: System.String