mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-07-09 05:17:48 -05:00
add missing semi-colon
This commit is contained in:
parent
f2259cc05b
commit
12024d8df4
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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user