mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update installation.mdx (#17954)
This commit is contained in:
parent
c1d83da9b3
commit
f4689b1d85
1 changed files with 4 additions and 4 deletions
|
|
@ -50,8 +50,8 @@ EKM provider to use it.
|
|||
1. Retrieve the AppRole ID and secret ID for use later when configuring SQL Server:
|
||||
|
||||
```bash
|
||||
vault read auth/approle/role/tde-role/role-id
|
||||
vault write -f auth/approle/role/tde-role/secret-id
|
||||
vault read auth/approle/role/ekm-encryption-key-role/role-id
|
||||
vault write -f auth/approle/role/ekm-encryption-key-role/secret-id
|
||||
```
|
||||
|
||||
1. Enable the transit secret engine and create a key:
|
||||
|
|
@ -137,8 +137,8 @@ installation.
|
|||
```sql
|
||||
-- Replace <approle-role-id> and <approle-secret-id> with the values from
|
||||
-- the earlier vault commands:
|
||||
-- vault read auth/approle/role/tde-role/role-id
|
||||
-- vault write -f auth/approle/role/tde-role/secret-id
|
||||
-- vault read auth/approle/role/ekm-encryption-key/role-id
|
||||
-- vault write -f auth/approle/role/ekm-encryption-key/secret-id
|
||||
CREATE CREDENTIAL TransitVaultCredentials
|
||||
WITH IDENTITY = '<approle-role-id>',
|
||||
SECRET = '<approle-secret-id>'
|
||||
|
|
|
|||
Loading…
Reference in a new issue