Skip to content

Commit f1438bd

Browse files
author
Bob Pokorny
committed
Updated ReadMe document describing SNI Support changes.
1 parent 60b921f commit f1438bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme_source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Name|Display Name| Type|Default Value|Required When|Description
108108
---|---|---|---|---|---
109109
SiteName | IIS Site Name|String|Default Web Site|Adding, Removing, Reenrolling | IIS web site to bind certificate to
110110
IPAddress | IP Address | String | * | Adding, Removing, Reenrolling | IP address to bind certificate to (use '*' for all IP addresses)
111-
Port | Port | String | 443 || Adding, Removing, Reenrolling|IP port for bind certificate to
112-
HostName | Host Name | String |||| Host name (host header) to bind certificate to, leave blank for all host names
113-
SniFlag | SNI Support | String | 0 | Adding, Reenrolling |Type of SNI for binding<br>(Multiple choice configuration should be entered as "0 - No SNI,1 - SNI Enabled,2 - Non SNI Binding,3 - SNI Binding")
111+
Port | Port | String | 443 | Adding, Removing, Reenrolling|IP port for bind certificate to
112+
HostName | Host Name | String ||| Host name (host header) to bind certificate to, leave blank for all host names
113+
SniFlag | SNI Support | String |0| Adding, Removing, Reenrolling |A 128-Bit Flag that determines what type of SSL settings you wish to use. The default is 0, meaning No SNI. For more information, check IIS documentation for the appropriate bit setting.)
114114
Protocol | Protocol | Multiple Choice | https| Adding, Removing, Reenrolling|Protocol to bind to (always "https").<br>(Multiple choice configuration should be "https")
115115
ProviderName | Crypto Provider Name | String ||| Name of the Windows cryptographic provider to use during reenrollment jobs when generating and storing the private keys. If not specified, defaults to 'Microsoft Strong Cryptographic Provider'. This value would typically be specified when leveraging a Hardware Security Module (HSM). The specified cryptographic provider must be available on the target server being managed. The list of installed cryptographic providers can be obtained by running 'certutil -csplist' on the target Server.
116116
SAN | SAN | String || Reenrolling | Specifies Subject Alternative Name (SAN) to be used when performing reenrollment jobs. Certificate templates generally require a SAN that matches the subject of the certificate (per RFC 2818). Format is a list of <san_type>=<san_value> entries separated by ampersands. Examples: 'dns=www.mysite.com' for a single SAN or 'dns=www.mysite.com&dns=www.mysite2.com' for multiple SANs. Can be made optional if RFC 2818 is disabled on the CA.

0 commit comments

Comments
 (0)