start Certificate class logic
This commit is contained in:
parent
645e46dc01
commit
d94a097443
@ -5,8 +5,8 @@ export class Cert {
|
||||
cfEmail: string;
|
||||
cfKey: string;
|
||||
sslDir: string;
|
||||
certificatesPresent;
|
||||
certificatesValid;
|
||||
certificatesPresent:Certificate[];
|
||||
certificatesValid:Certificate[];
|
||||
gitOriginRepo;
|
||||
constructor(optionsArg: {
|
||||
cfEmail: string,
|
||||
|
Loading…
Reference in New Issue
Block a user