SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 6月 4th, 2015

makecert で作成した証明書を SQL Server で利用する

leave a comment

makecert で

makecert -r -pe -n "CN=SQL Server Encrypted Certificate" -b 01/01/2000 -e 01/01/2100 -sy 24 -sky exchange "c:\certtemp\testcert.cer" -sv "c:\certtemp\testcert.pvk"

というような形で作成した証明書を SQL Server で使用することができます。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 4th, 2015 at 1:20 am

Posted in SQL Server

Tagged with

Azure Key Vault を使用した SQL Server の暗号化バックアップの取得

leave a comment

Azure Key Vault に暗号化で使用する非対称キーを格納して、その非対称キーを使用して暗号化されたバックアップを取得する方法について投稿してみたいと思います。

基本的な情報は

を元にしていただき、

を参考情報として利用していただければと。

Key Vault と WIndows Azure AD の知識がないので一日近く四苦八苦してしまいました…。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 4th, 2015 at 1:05 am

Posted in SQL Server

Tagged with