1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -311,10 +311,13 @@ OPTIONAL FLAGS
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
A JSON/YAML file describing the encryption settings per database for
all encrytped databases. An example of a JSON request: [{ "database":
"db1", "encryptionOptions": { "certPath": "Path to certificate 1",
"pvkPath": "Path to certificate private key 1", "pvkPassword":
"Private key password 1" } }, { "database": "db2",
all encrytped databases. Note: Path to the Certificate (.cer) and
Private Key (.pvk) in Cloud Storage, should be in the form of
gs://bucketName/fileName. The instance must have write permissions to
the bucket and read access to the file. An example of a JSON request:
[{ "database": "db1", "encryptionOptions": { "certPath": "Path to
certificate 1", "pvkPath": "Path to certificate private key 1",
"pvkPassword": "Private key password 1" } }, { "database": "db2",
"encryptionOptions": { "certPath": "Path to certificate 2",
"pvkPath": "Path to certificate private key 2", "pvkPassword":
"Private key password 2" } }]

View file

@ -222,10 +222,13 @@ FLAGS
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
A JSON/YAML file describing the encryption settings per database for
all encrytped databases. An example of a JSON request: [{ "database":
"db1", "encryptionOptions": { "certPath": "Path to certificate 1",
"pvkPath": "Path to certificate private key 1", "pvkPassword":
"Private key password 1" } }, { "database": "db2",
all encrytped databases. Note: Path to the Certificate (.cer) and
Private Key (.pvk) in Cloud Storage, should be in the form of
gs://bucketName/fileName. The instance must have write permissions to
the bucket and read access to the file. An example of a JSON request:
[{ "database": "db1", "encryptionOptions": { "certPath": "Path to
certificate 1", "pvkPath": "Path to certificate private key 1",
"pvkPassword": "Private key password 1" } }, { "database": "db2",
"encryptionOptions": { "certPath": "Path to certificate 2",
"pvkPath": "Path to certificate private key 2", "pvkPassword":
"Private key password 2" } }]