Skip to content

Commit

Permalink
chore: improve storeCert debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 15, 2024
1 parent cacdb0d commit 0b7682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/certificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export async function addCertToSystemTrustStoreAndSaveCert(cert: Cert, caCert: s
}

export function storeCert(cert: Cert, options?: TlsOption): string {
debugLog('storage', 'Storing certificate and private key', options?.verbose)
debugLog('storage', `Storing certificate and private key with options: ${JSON.stringify(options)}`, options?.verbose)
const certPath = options?.certPath || config.certPath
const certKeyPath = options?.keyPath || config.keyPath

Expand Down

0 comments on commit 0b7682e

Please sign in to comment.