start implementation of sslDir and gitOrigin

This commit is contained in:
2016-06-22 13:55:38 +02:00
parent 732e35d295
commit 0fd3bd262b
3 changed files with 12 additions and 3 deletions

View File

@ -34,11 +34,19 @@ export class Cert {
};
}
export class Certificate {
class Certificate {
domainName:string;
creationDate:Date;
expiryDate:Date;
constructor(){
};
}
let updateSslDir = () => {
}
let updateGitOrigin = () => {
}