reading https files path from json

This commit is contained in:
mrfry 2023-04-11 11:17:07 +02:00
parent 5ce0c2d71c
commit 088a3785cc
4 changed files with 37 additions and 3 deletions

View file

@ -180,3 +180,9 @@ export interface PeerInfo {
note?: string
http?: boolean
}
export interface HttpsFiles {
privkeyFile: string
fullchainFile: string
chainFile: string
}