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