start implementation of sslDir and gitOrigin
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@ -34,11 +34,19 @@ export class Cert {
|
||||
};
|
||||
}
|
||||
|
||||
export class Certificate {
|
||||
class Certificate {
|
||||
domainName:string;
|
||||
creationDate:Date;
|
||||
expiryDate:Date;
|
||||
constructor(){
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
let updateSslDir = () => {
|
||||
|
||||
}
|
||||
|
||||
let updateGitOrigin = () => {
|
||||
|
||||
}
|
Reference in New Issue
Block a user