Skip to content

Commit 0d15a69

Browse files
committed
Updates
1 parent 30a21c2 commit 0d15a69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/key-vault/managed-hsm/tls-offload-library.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ These "Attribute Tags" have a special prefix:
2828
- p11_pri_{P11 Attribute Name} - Private Key Attributes
2929
- p11_pub_{P11 Attribute Name} - Public Key Attributes
3030

31-
**Note:** The TLS Offload library properly sets the Azure Key Vault Key Operations and Key Lifetime attributes so the service can properly enforce these restrictions on the generated keys. These attributes are also stored as tags like other PKCS#11 attributes to support query capabilities.
31+
The TLS Offload library properly sets the Azure Key Vault Key Operations and Key Lifetime attributes so the service can properly enforce these restrictions on the generated keys. These attributes are also stored as tags like other PKCS#11 attributes to support query capabilities.
3232

3333
Applications that use the TLS Offload Library use one or more PKCS#11 attributes to locate and use the key objects.
3434

35-
**Warning:** Keys generated by the TLS Offload Library and their Tags are accessible over Azure Key Vault REST API. Manipulating these P11 Attribute Tags using Azure Key Vault REST API may break the TLS Offload Library applications.
35+
> [!WARNING]
36+
> Keys generated by the TLS Offload Library and their Tags are accessible over Azure Key Vault REST API. Manipulating these P11 Attribute Tags using Azure Key Vault REST API may break the TLS Offload Library applications.
3637
3738
### Key Generation
3839
The TLS Offload Library includes a key creation tool - mhsm_p11_create_key. Running the tool without any command line arguments shows the correct usage of the tool.

0 commit comments

Comments
 (0)