Skip to content

Scripts for automation and management of CAKM for SQL Server

Notifications You must be signed in to change notification settings

thalescpl-io/cakm_sql_server_scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts/Samples for Management of CAKM in SQL Server environment

Scripts

  • rotateSqlKey.ps1 = Rotates the asymmetric key managed by CipherTrust Manager (CM). Assumes the createion of a new key on CM before rotation
rotateSqlKey.ps1   
  -dbserver DB_SERVER_NAME            # Database Server Name  
  -dbname DB_NAME                     # Database Name  
  -sqladmin SQL_ADMIN                 # SQL Server Security Admin ID  
  [-sqlpwd SQL_PASSWORD]              # SQL Server Security Admin Password  
  -ekmname EKM_PROVIDER_NAME          # CAKM Provider Name  
  -dblogin DB_LOGIN                   # Existing database login name, not a user  
  -dbcred DB_CREDENTIAL               # Authenticating credential name secret ID/Password for communicating to CM  
  -keyname KEY_NAME                   # New key on CM  
  • SQL_Queries.md = SQL queries to determine the existence of relevant SQL/CAKM setup

About

Scripts for automation and management of CAKM for SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published