mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ssl refactoring - wip
This commit is contained in:
parent
946e292b3c
commit
8efcd2b8a1
1 changed files with 2 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ end
|
|||
function customcert:ssl_certificate()
|
||||
if self.variables["USE_CUSTOM_SSL"] == "yes" then
|
||||
|
||||
return true, ""
|
||||
end
|
||||
return self:ret(false, "missing instance ID")
|
||||
return true, "customcert is not used"
|
||||
end
|
||||
|
||||
return customcert
|
||||
|
|
|
|||
Loading…
Reference in a new issue