mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
fix: log container is empty after failing to obtain cert #281
This commit is contained in:
parent
fd519aea5e
commit
a095c88fd2
10 changed files with 360 additions and 349 deletions
|
@ -25,6 +25,11 @@ export interface CertificateInfo {
|
|||
not_before: string
|
||||
}
|
||||
|
||||
export interface CertificateResult {
|
||||
ssl_certificate: string
|
||||
ssl_certificate_key: string
|
||||
}
|
||||
|
||||
const cert: Curd<Cert> = new Curd('/cert')
|
||||
|
||||
export default cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue