From ffd0c4880a9b2fca5904029c5bfad7cfe59ca591 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Wed, 7 Jan 2026 11:35:53 +0200 Subject: [PATCH] chore(docs): remove unused path parameter from JS SDK docs --- sdk/js/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/js/README.md b/sdk/js/README.md index 7d6da3af0..7fe9bba16 100644 --- a/sdk/js/README.md +++ b/sdk/js/README.md @@ -562,7 +562,6 @@ Generates a TDX attestation quote containing the provided report data. Generates a fresh, random TLS key pair with X.509 certificate for TLS/SSL connections. **Important**: This method generates different keys on each call - use `getKey()` for deterministic keys. **Parameters:** `TlsKeyOptions` -- `path` (optional): Path parameter (unused in current implementation) - `subject` (optional): Certificate subject (Common Name) - typically the domain name (default: `""`) - `altNames` (optional): Subject Alternative Names - additional domains/IPs for the certificate (default: `[]`) - `usageRaTls` (optional): Include TDX attestation quote in certificate extension for remote verification (default: `false`)