mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
feat: configurable cert key type #264
This commit is contained in:
parent
a095c88fd2
commit
22d62e420b
12 changed files with 115 additions and 28 deletions
|
@ -14,6 +14,7 @@ export interface Cert extends ModelBase {
|
|||
challenge_method: string
|
||||
dns_credential_id: number
|
||||
dns_credential?: DnsCredential
|
||||
key_type: string
|
||||
log: string
|
||||
certificate_info: CertificateInfo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue