Skip to content

Commit

Permalink
refreshing docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored and github-actions[bot] committed Nov 5, 2023
1 parent 3ad8a04 commit 06f325e
Show file tree
Hide file tree
Showing 6 changed files with 746 additions and 703 deletions.
9 changes: 4 additions & 5 deletions Connect-DbaInstance.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h2 id="syntax">Syntax</h2>
[[-BatchSeparator] &lt;String&gt;]
[[-ClientName] &lt;String&gt;]
[[-ConnectTimeout] &lt;Int32&gt;]
[[-EncryptConnection] &lt;String&gt;]
[-EncryptConnection]
[[-FailoverPartner] &lt;String&gt;]
[[-LockTimeout] &lt;Int32&gt;]
[[-MaxPoolSize] &lt;Int32&gt;]
Expand Down Expand Up @@ -874,10 +874,9 @@ <h5 id="connecttimeout">-ConnectTimeout</h5>
</tbody>
</table>
<h5 id="encryptconnection">-EncryptConnection</h5>
<p>If this switch is enabled, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.
For more information, see Connection String Syntax. <a href="https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax">https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax</a>
Beginning in .NET Framework 4.5, when TrustServerCertificate is false and Encrypt is true, the server name (or IP address) in a SQL Server SSL certificate must exactly match the server name (or IP
address) specified in the connection string. Otherwise, the connection attempt will fail. For information about support for certificates whose subject starts with a wildcard character (*), see
<p>If this switch is enabled, SQL Server uses SSL encryption for all data sent between the client and server.
Beginning in .NET Framework 4.5, when TrustServerCertificate is false and EncryptConnection is true, the server name (or IP address) in a SQL Server SSL certificate must exactly match the server name
(or IP address) specified in the connection string. Otherwise, the connection attempt will fail. For information about support for certificates whose subject starts with a wildcard character (*), see
Accepted wildcards used by server certificates for server authentication. <a href="https://support.microsoft.com/en-us/help/258858/accepted-wildcards-used-by-server-certificates-for-server-authenticati">https://support.microsoft.com/en-us/help/258858/accepted-wildcards-used-by-server-certificates-for-server-authenticati</a><br></p>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion New-DbaConnectionString.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ <h2 id="syntax">Syntax</h2>
[[-ClientName] &lt;String&gt;]
[[-ConnectTimeout] &lt;Int32&gt;]
[[-Database] &lt;String&gt;]
[[-EncryptConnection] &lt;String&gt;]
[-EncryptConnection]
[[-FailoverPartner] &lt;String&gt;]
[-IsActiveDirectoryUniversalAuth]
[[-LockTimeout] &lt;Int32&gt;]
Expand Down
44 changes: 44 additions & 0 deletions New-DbaEndpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ <h2 id="syntax">Syntax</h2>
[[-Role] &lt;String&gt;]
[[-EndpointEncryption] &lt;String&gt;]
[[-EncryptionAlgorithm] &lt;String&gt;]
[[-AuthenticationOrder] &lt;String&gt;]
[[-Certificate] &lt;String&gt;]
[[-IPAddress] &lt;IPAddress&gt;]
[[-Port] &lt;Int32&gt;]
Expand Down Expand Up @@ -781,6 +782,49 @@ <h5 id="encryptionalgorithm">-EncryptionAlgorithm</h5>
</tr>
</tbody>
</table>
<h5 id="authenticationorder">-AuthenticationOrder</h5>
<p>The type of connection authentication required for connections to this endpoint. Defaults to Negotiate.
Options are:
Certificate
CertificateKerberos
CertificateNegotiate
CertificateNtlm
Kerberos
KerberosCertificate
Negotiate
NegotiateCertificate
Ntlm
NtlmCertificate<br></p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Alias</td>
<td></td>
</tr>
<tr>
<td>Required</td>
<td>False</td>
</tr>
<tr>
<td>Pipeline</td>
<td>false</td>
</tr>
<tr>
<td>Default Value</td>
<td>Negotiate</td>
</tr>
<tr>
<td>Accepted Values</td>
<td>Certificate,CertificateKerberos,CertificateNegotiate,CertificateNtlm,Kerberos,KerberosCertificate,Negotiate,NegotiateCertificate,Ntlm,NtlmCertificate</td>
</tr>
</tbody>
</table>
<h5 id="certificate">-Certificate</h5>
<p>Database certificate used for authentication.<br></p>
<table>
Expand Down
Binary file modified assets/dbatools-index.json
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/external.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.4",
"version": "2.1.5",
"external_links": [
{
"name": "offline installs of dbatools",
Expand Down
Loading

0 comments on commit 06f325e

Please sign in to comment.