You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- p11_pub_{P11 Attribute Name} - Public Key Attributes
30
30
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.
32
32
33
33
Applications that use the TLS Offload Library use one or more PKCS#11 attributes to locate and use the key objects.
34
34
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.
36
37
37
38
### Key Generation
38
39
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