mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: support wildcard certificate #190
This commit is contained in:
parent
4984771c7d
commit
a7e523b47b
17 changed files with 823 additions and 560 deletions
|
@ -121,6 +121,7 @@ func IssueCert(c *gin.Context) {
|
|||
Domains: payload.ServerName,
|
||||
SSLCertificatePath: sslCertificatePath,
|
||||
SSLCertificateKeyPath: sslCertificateKeyPath,
|
||||
AutoCert: model.AutoCertEnabled,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue