Skip to content

Commit

Permalink
Update installation.mdx (hashicorp#17954)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-kulik committed May 2, 2023
1 parent c1d83da commit f4689b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/platform/mssql/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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>'
Expand Down

0 comments on commit f4689b1

Please sign in to comment.