WPT
wpt / webrtc / RTCPeerConnection-generateCertificate.html
Spec: WebRTC ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 11/11 | 11/11 | 11/11 | 0/11 | 0/11 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| generateCertificate({modulusLength: 1024}) with RSASSA-PKCS1-v1_5 parameters should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate({modulusLength: 2048}) with RSASSA-PKCS1-v1_5 parameters should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with compulsary ECDSA parameters should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with invalid string algorithm should reject with NotSupportedError | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with invalid algorithm dict should reject with NotSupportedError | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate with RSASSA-PKCS1-v1_5 parameters and SHA-1 signature should reject with NotSupportedError | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with valid expires parameter should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with 0 expires parameter should generate expired cert | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with invalid range for expires should reject with TypeError | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() with invalid type for expires should reject with TypeError | PASS | PASS | PASS | FAIL | FAIL | — |
| generateCertificate() certificate fingerprint shows up in the SDP | PASS | PASS | PASS | FAIL | FAIL | — |