mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
changelog for entropy augmentation PR [VAULT-1179] (#10755)
* changelog for entropy augmentation * docs upgrade * docs upgrade * docs upgrade * docs upgrade
This commit is contained in:
3
changelog/_ 1686.txt
Normal file
3
changelog/_ 1686.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:feature
|
||||||
|
kmip (enterprise): Use entropy augmentation to generate kmip certificates
|
||||||
|
```
|
||||||
@@ -24,7 +24,9 @@ update your API calls accordingly.
|
|||||||
This endpoint configures shared information for the secrets engine. After writing
|
This endpoint configures shared information for the secrets engine. After writing
|
||||||
to it the KMIP engine will generate a CA and start listening for KMIP requests.
|
to it the KMIP engine will generate a CA and start listening for KMIP requests.
|
||||||
If the server was already running and any non-client settings are changed, the
|
If the server was already running and any non-client settings are changed, the
|
||||||
server will be restarted using the new settings.
|
server will be restarted using the new settings. All generated CAs will use
|
||||||
|
entropy augmentation to generate their certificates if entropy augmentation
|
||||||
|
is enabled.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
@@ -402,7 +404,9 @@ $ curl \
|
|||||||
| :----- | :-------------------------------------------------- |
|
| :----- | :-------------------------------------------------- |
|
||||||
| `POST` | `/kmip/scope/:scope/role/:role/credential/generate` |
|
| `POST` | `/kmip/scope/:scope/role/:role/credential/generate` |
|
||||||
|
|
||||||
Create a new client certificate tied to the given role and scope.
|
Create a new client certificate tied to the given role and scope.
|
||||||
|
This endpoint uses entropy augmentation to generate the client certificate
|
||||||
|
if entropy augmentation is enabled.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user