now has sslDir implemented

This commit is contained in:
2016-06-28 09:32:01 +02:00
parent 05b7c7ab45
commit ad792f32dd
6 changed files with 81 additions and 32 deletions

6
dist/index.d.ts vendored
View File

@ -1,7 +1,7 @@
export declare class Cert {
cfEmail: string;
cfKey: string;
sslDir: string;
private _cfEmail;
private _cfKey;
private _sslDir;
certificatesPresent: Certificate[];
certificatesValid: Certificate[];
gitOriginRepo: any;

37
dist/index.js vendored

File diff suppressed because one or more lines are too long