Setted Certificates to accept signerKey also as a string

This commit is contained in:
Alexander Cerutti
2020-09-05 22:34:13 +02:00
parent 7e528f57a7
commit 40437e6275

View File

@@ -13,7 +13,7 @@ export interface Certificates {
signerKey?: {
keyFile: string;
passphrase?: string;
};
} | string;
}
export interface FactoryOptions {