ssl refactoring - wip

This commit is contained in:
fl0ppy-d1sk 2023-12-15 17:58:17 +01:00
parent 946e292b3c
commit 8efcd2b8a1
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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