# libWiiPy.title.cert Module ## Description The `libWiiPy.title.cert` module provides support for parsing the various signing certificates used by the Wii for content validation. This module allows you to write your own code for validating the authenticity of a TMD or Ticket by providing the certificates from the Wii's certificate chain. Both retail and development certificate chains are supported. ## Module Contents ```{eval-rst} .. automodule:: libWiiPy.title.cert :members: :undoc-members: :show-inheritance: ```