mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Document the managed key PKCS#11 parameter key_id. (#14476)
This commit is contained in:
		| @@ -90,9 +90,13 @@ $ curl \ | |||||||
| - `library` `(string: <required>)` - The name of the `kms_library` stanza to use from Vault's config to | - `library` `(string: <required>)` - The name of the `kms_library` stanza to use from Vault's config to | ||||||
|    lookup the local library path. See [kms_library stanza](/docs/configuration/kms-library) for further details. |    lookup the local library path. See [kms_library stanza](/docs/configuration/kms-library) for further details. | ||||||
|  |  | ||||||
| - `key_label` `(string: <required>)`: The label of the key to use. If the key | - `key_label` `(string: <required>)` - The label of the key to use. If the key does not exist | ||||||
|   does not exist and generation is enabled, this is the label that will be given |   and generation is enabled, this is the label that will be given to the generated key. This | ||||||
|   to the generated key. |   value or `key_id` must be specified. | ||||||
|  |  | ||||||
|  | - `key_id` `(string: <required>)` - The id of a PKCS#11 key to use. As key ids are created by | ||||||
|  |   the HSM, it is an error if the key does not yet exist. This value or `key_label` must be | ||||||
|  |   specified. | ||||||
|  |  | ||||||
| - `mechanism` `(string: <required>)` - The encryption/decryption mechanism to use, | - `mechanism` `(string: <required>)` - The encryption/decryption mechanism to use, | ||||||
|   specified as a hexadecimal (prefixed by 0x) string. The following are supported mechanisms |   specified as a hexadecimal (prefixed by 0x) string. The following are supported mechanisms | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Victor Rodriguez
					Victor Rodriguez