You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/js/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -562,7 +562,6 @@ Generates a TDX attestation quote containing the provided report data.
562
562
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.
563
563
564
564
**Parameters:**`TlsKeyOptions`
565
-
-`path` (optional): Path parameter (unused in current implementation)
566
565
-`subject` (optional): Certificate subject (Common Name) - typically the domain name (default: `""`)
567
566
-`altNames` (optional): Subject Alternative Names - additional domains/IPs for the certificate (default: `[]`)
568
567
-`usageRaTls` (optional): Include TDX attestation quote in certificate extension for remote verification (default: `false`)
0 commit comments