Skip to content

Commit 0b7682e

Browse files
committed
chore: improve storeCert debug log
1 parent cacdb0d commit 0b7682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/certificate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export async function addCertToSystemTrustStoreAndSaveCert(cert: Cert, caCert: s
295295
}
296296

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

0 commit comments

Comments
 (0)