Skip to content

Commit 46b70b6

Browse files
committed
Update parameter description MicrosoftDocs#2847
1 parent 90fda80 commit 46b70b6

File tree

3 files changed

+6
-42
lines changed

3 files changed

+6
-42
lines changed

docset/winserver2016-ps/pki/New-SelfSignedCertificate.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ Accept wildcard characters: False
403403

404404
### -KeyExportPolicy
405405
Specifies the policy that governs the export of the private key that is associated with the certificate.
406-
The acceptable values for this parameter are:
407-
408-
- Exportable
409-
- ExportableEncrypted (default)
410-
- NonExportable
411406

412407
The default value of ExportableEncrypted is not compatible with KSP and CSPs that do not allow key export.
413408
These include the Microsoft Smart Card Key Storage Provider and the Microsoft Platform Crypto Key Storage Provider.
@@ -421,7 +416,7 @@ Accepted values: NonExportable, ExportableEncrypted, Exportable
421416
422417
Required: False
423418
Position: Named
424-
Default value: None
419+
Default value: ExportableEncrypted
425420
Accept pipeline input: False
426421
Accept wildcard characters: False
427422
```
@@ -968,13 +963,6 @@ Accept wildcard characters: False
968963

969964
### -Type
970965
Specifies the type of certificate that this cmdlet creates.
971-
The acceptable values for this parameter are:
972-
973-
- CodeSigningCert
974-
- Custom
975-
- DocumentEncryptionCert
976-
- DocumentEncryptionCertLegacyCsp
977-
- SSLServerAuthentication (default)
978966

979967
```yaml
980968
Type: CertificateType
@@ -984,7 +972,7 @@ Accepted values: Custom, CodeSigningCert, DocumentEncryptionCert, SSLServerAuthe
984972
985973
Required: False
986974
Position: Named
987-
Default value: None
975+
Default value: SSLServerAuthentication
988976
Accept pipeline input: False
989977
Accept wildcard characters: False
990978
```

docset/winserver2019-ps/pki/New-SelfSignedCertificate.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ Accept wildcard characters: False
403403

404404
### -KeyExportPolicy
405405
Specifies the policy that governs the export of the private key that is associated with the certificate.
406-
The acceptable values for this parameter are:
407-
408-
- Exportable
409-
- ExportableEncrypted (default)
410-
- NonExportable
411406

412407
The default value of ExportableEncrypted is not compatible with KSP and CSPs that do not allow key export.
413408
These include the Microsoft Smart Card Key Storage Provider and the Microsoft Platform Crypto Key Storage Provider.
@@ -421,7 +416,7 @@ Accepted values: NonExportable, ExportableEncrypted, Exportable
421416
422417
Required: False
423418
Position: Named
424-
Default value: None
419+
Default value: ExportableEncrypted
425420
Accept pipeline input: False
426421
Accept wildcard characters: False
427422
```
@@ -968,13 +963,6 @@ Accept wildcard characters: False
968963

969964
### -Type
970965
Specifies the type of certificate that this cmdlet creates.
971-
The acceptable values for this parameter are:
972-
973-
- CodeSigningCert
974-
- Custom
975-
- DocumentEncryptionCert
976-
- DocumentEncryptionCertLegacyCsp
977-
- SSLServerAuthentication (default)
978966

979967
```yaml
980968
Type: CertificateType
@@ -984,7 +972,7 @@ Accepted values: Custom, CodeSigningCert, DocumentEncryptionCert, SSLServerAuthe
984972
985973
Required: False
986974
Position: Named
987-
Default value: None
975+
Default value: SSLServerAuthentication
988976
Accept pipeline input: False
989977
Accept wildcard characters: False
990978
```

docset/winserver2022-ps/pki/New-SelfSignedCertificate.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ Accept wildcard characters: False
403403

404404
### -KeyExportPolicy
405405
Specifies the policy that governs the export of the private key that is associated with the certificate.
406-
The acceptable values for this parameter are:
407-
408-
- Exportable
409-
- ExportableEncrypted (default)
410-
- NonExportable
411406

412407
The default value of ExportableEncrypted is not compatible with KSP and CSPs that do not allow key export.
413408
These include the Microsoft Smart Card Key Storage Provider and the Microsoft Platform Crypto Key Storage Provider.
@@ -421,7 +416,7 @@ Accepted values: NonExportable, ExportableEncrypted, Exportable
421416
422417
Required: False
423418
Position: Named
424-
Default value: None
419+
Default value: ExportableEncrypted
425420
Accept pipeline input: False
426421
Accept wildcard characters: False
427422
```
@@ -968,13 +963,6 @@ Accept wildcard characters: False
968963

969964
### -Type
970965
Specifies the type of certificate that this cmdlet creates.
971-
The acceptable values for this parameter are:
972-
973-
- CodeSigningCert
974-
- Custom
975-
- DocumentEncryptionCert
976-
- DocumentEncryptionCertLegacyCsp
977-
- SSLServerAuthentication (default)
978966

979967
```yaml
980968
Type: CertificateType
@@ -984,7 +972,7 @@ Accepted values: Custom, CodeSigningCert, DocumentEncryptionCert, SSLServerAuthe
984972
985973
Required: False
986974
Position: Named
987-
Default value: None
975+
Default value: SSLServerAuthentication
988976
Accept pipeline input: False
989977
Accept wildcard characters: False
990978
```

0 commit comments

Comments
 (0)