android13/external/webrtc/tools_webrtc/sslroots
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README.md initial 2024-06-22 20:45:49 +08:00
generate_sslroots.py initial 2024-06-22 20:45:49 +08:00

README.md

Generate rtc_base/ssl_roots.h

This directory contains a script to generate the content of rtc_base/ssl_roots.h, to update the SSL roots shipped by WebRTC follow this instructions:

  1. Download roots.pem from pki.goog.

  2. Launch the script:

$ python tools_webrtc/sslroots/generate_sslroots.py roots.pem
  1. Step 2 should have generated an ssl_roots.h file right next to roots.pem.

  2. Open rtc_base/ssl_roots.h, manually remove the old certificates and paste the ones from the ssl_roots.h file.

  3. Delete the generated ssl_roots.h and roots.pem before creating the CL.