Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sdk/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down