Added missing note about retail vs development root keys

This commit is contained in:
Campbell 2024-12-16 22:24:27 -05:00
parent aa9e8fb4ea
commit 04d17a58d2
Signed by: NinjaCheetah
GPG Key ID: 670C282B3291D63D

View File

@ -212,7 +212,8 @@ class CertificateChain:
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
----------