AWS cloudhsm documentation change
Summary
Removed documentation for --server-client-cert-file and --server-client-key-file parameters related to TLS mutual authentication.
Security assessment
The parameters removed were related to TLS mutual authentication configuration. Their removal suggests deprecation or a change in TLS setup, but there's no explicit mention of addressing a security vulnerability.
Diff
diff --git a/cloudhsm/latest/userguide/configure-tool-params5.md b/cloudhsm/latest/userguide/configure-tool-params5.md index 932c69160..d1e33b790 100644 --- a//cloudhsm/latest/userguide/configure-tool-params5.md +++ b//cloudhsm/latest/userguide/configure-tool-params5.md @@ -62,18 +61,0 @@ Required: No -**\--server-client-cert-file`<client certificate file path>`** - - -Path to the client certificate used for TLS client-server mutual authentication. - -Only use this option if you don’t wish to use the default key and SSL/TLS certificate we include with Client SDK 5. You must set this option in combination with `--server-client-key-file`. - -Required: No - -**\--server-client-key-file`<client key file path>`** - - -Path to the client key used for TLS client-server mutual authentication. - -Only use this option if you don’t wish to use the default key and SSL/TLS certificate we include with Client SDK 5. You must set this option in combination with `--server-client-cert-file`. - -Required: No -