Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 94941d0

Browse files
Update always-encrypted-enclaves-getting-started-sgx.md
1 parent c6ddd57 commit 94941d0

1 file changed

Lines changed: 33 additions & 26 deletions

File tree

azure-sql/database/always-encrypted-enclaves-getting-started-sgx.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,23 @@ In this step, you'll create and configure an attestation provider in Microsoft A
184184
1. Set **Policy Format** to **Text**. Leave **Policy options** set to **Enter policy**.
185185
1. In the **Policy text** field, replace the default policy with the below policy. For information about the below policy, see [Create and configure an attestation provider](always-encrypted-enclaves-configure-attestation.md#create-and-configure-an-attestation-provider).
186186

187-
```output
188-
version= 1.1;
189-
configurationrules
190-
{
191-
=> issueproperty(type="x-ms-sgx-tcbidentifier", value="azuredefault");
192-
};
193-
authorizationrules
194-
{
195-
[ type=="x-ms-sgx-is-debuggable", value==false ]
196-
&& [ type=="x-ms-sgx-product-id", value==4639 ]
197-
&& [ type=="x-ms-sgx-svn", value>= 2 ]
198-
&& [ type=="x-ms-sgx-mrsigner", value=="e31c9e505f37a58de09335075fc8591254313eb20bb1a27e5443cc450b6e33e5"]
199-
=> permit();
200-
};
201-
```
187+
188+
```output
189+
version= 1.1;
190+
configurationrules
191+
{
192+
=> issueproperty(type="x-ms-sgx-tcbidentifier", value="azuredefault");
193+
};
194+
authorizationrules
195+
{
196+
[ type=="x-ms-sgx-is-debuggable", value==false ]
197+
&& [ type=="x-ms-sgx-product-id", value==4639 ]
198+
&& [ type=="x-ms-sgx-svn", value>= 2 ]
199+
&& [ type=="x-ms-sgx-mrsigner", value=="e31c9e505f37a58de09335075fc8591254313eb20bb1a27e5443cc450b6e33e5"]
200+
=> permit();
201+
};
202+
203+
```
202204

203205
1. Select **Save**.
204206

@@ -210,18 +212,23 @@ In this step, you'll create and configure an attestation provider in Microsoft A
210212

211213
1. Copy the below attestation policy and save the policy in a text file (txt). For information about the below policy, see [Create and configure an attestation provider](always-encrypted-enclaves-configure-attestation.md#create-and-configure-an-attestation-provider).
212214

213-
```output
214-
version= 1.0;
215-
authorizationrules
216-
{
217-
[ type=="x-ms-sgx-is-debuggable", value==false ]
218-
&& [ type=="x-ms-sgx-product-id", value==4639 ]
219-
&& [ type=="x-ms-sgx-svn", value>= 2 ]
220-
&& [ type=="x-ms-sgx-mrsigner", value=="e31c9e505f37a58de09335075fc8591254313eb20bb1a27e5443cc450b6e33e5"]
221-
=> permit();
222-
};
223-
```
224215

216+
```output
217+
version= 1.1;
218+
configurationrules
219+
{
220+
=> issueproperty(type="x-ms-sgx-tcbidentifier", value="azuredefault");
221+
};
222+
authorizationrules
223+
{
224+
[ type=="x-ms-sgx-is-debuggable", value==false ]
225+
&& [ type=="x-ms-sgx-product-id", value==4639 ]
226+
&& [ type=="x-ms-sgx-svn", value>= 2 ]
227+
&& [ type=="x-ms-sgx-mrsigner", value=="e31c9e505f37a58de09335075fc8591254313eb20bb1a27e5443cc450b6e33e5"]
228+
=> permit();
229+
};
230+
231+
```
225232
1. Create an attestation provider.
226233

227234
```powershell

0 commit comments

Comments
 (0)