mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: renewed certificate and private key not save #391
This commit is contained in:
parent
c1c1094544
commit
538be53e9c
5 changed files with 81 additions and 57 deletions
|
@ -95,6 +95,8 @@ func IssueCert(c *gin.Context) {
|
|||
log := &cert.Logger{}
|
||||
log.SetCertModel(&certModel)
|
||||
|
||||
payload.CertID = certModel.ID
|
||||
|
||||
go cert.IssueCert(payload, logChan, errChan)
|
||||
|
||||
go handleIssueCertLogChan(ws, log, logChan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue