Skip to content

Commit 1400da8

Browse files
authored
Merge pull request #3720 from MicrosoftDocs/main
Publish main to live 12/19/2023, 3:30 PM
2 parents bbdfcf8 + c4a5fcf commit 1400da8

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

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

+2
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

+2
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

+2
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

+2
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

+2-1
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)