Creating a certificate in the master database : CREATE CERTIFICATE « User Role « SQL Server / T-SQL Tutorial






5>
6> CREATE CERTIFICATE D_Certificate
7> ENCRYPTION BY PASSWORD = 'stpLE@sE!'
8> WITH SUBJECT = 'Certificate for D'
9> GO








28.1.CREATE CERTIFICATE
28.1.1.Creating a certificate in the master database
28.1.2.Creating a certificate and an asymmetric key