Skip to content

Commit

Permalink
Update Import-Certificate.md --FilePath option
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
saifshaikh48 committed Nov 17, 2023
1 parent 52141ee commit e5f5bb1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docset/winserver2012-ps/pki/Import-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,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.
The file must be in .sst format to import multiple certificates;
otherwise, only the first certificate in the file will be imported.
```yaml
Type: String
Expand Down
2 changes: 2 additions & 0 deletions docset/winserver2012r2-ps/pki/Import-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,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.
The file must be in .sst format to import multiple certificates;
otherwise, only the first certificate in the file will be imported.
```yaml
Type: String
Expand Down
2 changes: 2 additions & 0 deletions docset/winserver2016-ps/pki/Import-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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.
The file must be in .sst format to import multiple certificates;
otherwise, only the first certificate in the file will be imported.
```yaml
Type: String
Expand Down
2 changes: 2 additions & 0 deletions docset/winserver2019-ps/pki/Import-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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.
The file must be in .sst format to import multiple certificates;
otherwise, only the first certificate in the file will be imported.
```yaml
Type: String
Expand Down
3 changes: 2 additions & 1 deletion docset/winserver2022-ps/pki/Import-Certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5f5bb1

Please sign in to comment.