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?: { signerKey?: {
keyFile: string; keyFile: string;
passphrase?: string; passphrase?: string;
}; } | string;
} }
export interface FactoryOptions { export interface FactoryOptions {