This commit is contained in:
2019-02-06 09:47:33 +01:00
parent 1d8fb2b296
commit 86929251ba
10 changed files with 92 additions and 98 deletions

View File

@ -7,4 +7,4 @@ export interface ICert {
privateKey: string;
publicKey: string;
csr: string;
}
}