Skip to content

Commit 43f7051

Browse files
authored
Merge pull request #427 from Olexandr88/master
chore(docs): remove unused path parameter from JS SDK docs
2 parents 7a0c2e9 + 4460bb1 commit 43f7051

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/js/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ Generates a TDX attestation quote containing the provided report data.
562562
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.
563563

564564
**Parameters:** `TlsKeyOptions`
565-
- `path` (optional): Path parameter (unused in current implementation)
566565
- `subject` (optional): Certificate subject (Common Name) - typically the domain name (default: `""`)
567566
- `altNames` (optional): Subject Alternative Names - additional domains/IPs for the certificate (default: `[]`)
568567
- `usageRaTls` (optional): Include TDX attestation quote in certificate extension for remote verification (default: `false`)

0 commit comments

Comments
 (0)