mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2026-02-27 14:05:29 -05:00
Added missing note about retail vs development root keys
This commit is contained in:
@@ -212,7 +212,8 @@ class CertificateChain:
|
|||||||
|
|
||||||
def verify_ca_cert(ca_cert: Certificate) -> bool:
|
def verify_ca_cert(ca_cert: Certificate) -> bool:
|
||||||
"""
|
"""
|
||||||
Verify a Wii CA certificate using the root public key.
|
Verify a Wii CA certificate using the root public key. The retail or development root key will be automatically
|
||||||
|
selected based off of the name of the CA certificate provided.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
|||||||
Reference in New Issue
Block a user