Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 1e3d5e5

Browse files
committed
closed code block
1 parent 1c21cc4 commit 1e3d5e5

1 file changed

Lines changed: 11 additions & 25 deletions

File tree

docs/database-engine/service-broker/how-to-allow-service-broker-network-access-by-using-certificates-transact-sql.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ ms.date: "03/30/2022"
1616

1717
To allow another instance to send messages using certificate-based Service Broker transport security, you create a user for the other instance and install the certificate for the other instance.
1818

19-
### To permit access from another instance using certificates
19+
## To permit access from another instance using certificates
2020

2121
1. Obtain the certificate for the other instance from a trusted source. Typically, this involves sending the certificate using encrypted e-mail or transferring the certificate on physical media such as a floppy disk.
22-
23-
> [!NOTE]
24-
> Only install certificates from trusted sources.
22+
23+
> [!NOTE]
24+
> Only install certificates from trusted sources.
2525
2626
2. Create a login.
2727

@@ -35,17 +35,13 @@ To allow another instance to send messages using certificate-based Service Broke
3535

3636
> [!NOTE]
3737
> Only dump the certificate used for transport security. Do not dump or distribute the private key associated with the certificate.
38-
:::column-end:::
39-
:::row-end:::
4038
41-
7. Provide the certificate to the administrator of the other database. The administrator of the remote database installs this certificate using steps 1-4 above.
39+
7. Provide the certificate to the administrator of the other database. The administrator of the remote database installs this certificate using steps 1-4 above.
4240

4341
Once access is configured in each instance, then communications between the two instances use Service Broker transport security when the endpoints for both instances are configured to allow transport security.
4442

4543
## Example
4644

47-
48-
4945
```sql
5046
USE master ;
5147
GO
@@ -79,22 +75,12 @@ Once access is configured in each instance, then communications between the two
7975
BACKUP CERTIFICATE TransportSecurity
8076
TO FILE = 'C:\Certificates\ThisInstanceCertificate.cer' ;
8177
GO
78+
```
8279

8380
## See Also
8481

85-
86-
87-
#### Tasks
88-
89-
[How to: Create Certificates for Service Broker Transport Security (Transact-SQL)](how-to-create-certificates-for-service-broker-transport-security-transact-sql.md)
90-
91-
#### Reference
92-
93-
[CREATE CERTIFICATE (Transact-SQL)](../../t-sql/statements/create-certificate-transact-sql.md)
94-
95-
[CREATE LOGIN (Transact-SQL)](../../t-sql/statements/create-login-transact-sql.md)
96-
97-
[CREATE USER (Transact-SQL)](../../t-sql/statements/create-user-transact-sql.md)
98-
99-
[BACKUP CERTIFICATE (Transact-SQL)](../../t-sql/statements/backup-certificate-transact-sql.md)
100-
82+
- [How to: Create Certificates for Service Broker Transport Security (Transact-SQL)](how-to-create-certificates-for-service-broker-transport-security-transact-sql.md)
83+
- [CREATE CERTIFICATE (Transact-SQL)](../../t-sql/statements/create-certificate-transact-sql.md)
84+
- [CREATE LOGIN (Transact-SQL)](../../t-sql/statements/create-login-transact-sql.md)
85+
- [CREATE USER (Transact-SQL)](../../t-sql/statements/create-user-transact-sql.md)
86+
- [BACKUP CERTIFICATE (Transact-SQL)](../../t-sql/statements/backup-certificate-transact-sql.md)

0 commit comments

Comments
 (0)