start Certificate class logic

This commit is contained in:
Philipp Kunz 2016-06-23 04:37:18 +02:00
parent 645e46dc01
commit d94a097443

View File

@ -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 = () => {