Skip to content

Commit e5f5bb1

Browse files
committed
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.
1 parent 52141ee commit e5f5bb1

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

docset/winserver2012-ps/pki/Import-Certificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Accept wildcard characters: False
8080
Specifies the path to a certificate file to be imported.
8181
Acceptable formats include .sst, .p7b, and .cert files.
8282
If the file contains multiple certificates, then each certificate will be imported to the destination store.
83+
The file must be in .sst format to import multiple certificates;
84+
otherwise, only the first certificate in the file will be imported.
8385
8486
```yaml
8587
Type: String

docset/winserver2012r2-ps/pki/Import-Certificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Accept wildcard characters: False
8282
Specifies the path to a certificate file to be imported.
8383
Acceptable formats include .sst, .p7b, and .cert files.
8484
If the file contains multiple certificates, then each certificate will be imported to the destination store.
85+
The file must be in .sst format to import multiple certificates;
86+
otherwise, only the first certificate in the file will be imported.
8587
8688
```yaml
8789
Type: String

docset/winserver2016-ps/pki/Import-Certificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Accept wildcard characters: False
8585
Specifies the path to a certificate file to be imported.
8686
Acceptable formats include .sst, .p7b, and .cert files.
8787
If the file contains multiple certificates, then each certificate will be imported to the destination store.
88+
The file must be in .sst format to import multiple certificates;
89+
otherwise, only the first certificate in the file will be imported.
8890
8991
```yaml
9092
Type: String

docset/winserver2019-ps/pki/Import-Certificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Accept wildcard characters: False
8585
Specifies the path to a certificate file to be imported.
8686
Acceptable formats include .sst, .p7b, and .cert files.
8787
If the file contains multiple certificates, then each certificate will be imported to the destination store.
88+
The file must be in .sst format to import multiple certificates;
89+
otherwise, only the first certificate in the file will be imported.
8890
8991
```yaml
9092
Type: String

docset/winserver2022-ps/pki/Import-Certificate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ Accept wildcard characters: False
100100
101101
Specifies the path to a certificate file to be imported. Acceptable formats include `.sst`, `.p7b`,
102102
and `.cert` files. If the file contains multiple certificates, then each certificate will be
103-
imported to the destination store.
103+
imported to the destination store. The file must be in `.sst` format to import multiple
104+
certificates; otherwise, only the first certificate in the file will be imported.
104105

105106
```yaml
106107
Type: System.String

0 commit comments

Comments
 (0)