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:
parent
46c3f1f7bc
commit
d1241b5286
|
@ -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
|
||||||
|
|
||||||
|
@ -403,6 +405,8 @@ $ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue