Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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