diff --git a/patch.js b/patch.js index b3f50de..2dd785b 100644 --- a/patch.js +++ b/patch.js @@ -206,7 +206,7 @@ function forgeCertificateChain(options) { siteCertificate.sign(caPrivateKey, md.sha1.create()); // TODO - Make this configurable? What other signatures work for the Wii U // * Create the cert chain - const chain = `${pki.certificateToPem(siteCertificate)}\n${pki.certificateToPem(forgedCA)}\n` + const chain = `${pki.certificateToPem(siteCertificate)}\n${pki.certificateToPem(forgedCA)}\n`; // * Save everything to disk // TODO - Write public keys?