BREAKING CHANGE(core): streamline scope to certificate retrieval using dns challenge

This commit is contained in:
2020-02-10 20:13:06 +00:00
parent c2036bba90
commit 59173b3ca8
10 changed files with 116 additions and 234 deletions

View File

@ -1,6 +1,6 @@
export type TCertStatus = 'existing' | 'nonexisting' | 'pending' | 'failed';
export interface ICert {
export interface IOldCert {
id: string;
domainName: string;
created: number;