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,
|
||||
@ -53,7 +53,7 @@ let checkDomainStillValid = (domainNameArg: string): boolean => {
|
||||
}
|
||||
|
||||
let updateSslDir = () => {
|
||||
|
||||
|
||||
}
|
||||
|
||||
let updateGitOrigin = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user