mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-09-08 11:25:16 -05:00
add missing semi-colon
This commit is contained in:
2
patch.js
2
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?
|
||||
|
||||
Reference in New Issue
Block a user