diff --git a/src/schema.ts b/src/schema.ts index af9bc6a..51399ed 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -13,7 +13,7 @@ export interface Certificates { signerKey?: { keyFile: string; passphrase?: string; - }; + } | string; } export interface FactoryOptions {