luci-app-ocserv: express PKID in a way that is acceptable by openconnect
[project/luci.git] / applications / luci-app-ocserv / luasrc / model / cbi / ocserv / main.lua
index d354cf6..23f6f5c 100644 (file)
@@ -42,7 +42,7 @@ if fd then local ln
                        found_pki = true
                elseif found_pki then
                        local hash = ln:match("([a-f0-9]+)")
-                       o_pki.default = hash and hash:upper()
+                       o_pki.default = hash and "sha1:" .. hash:upper()
                        complete = complete + 1
                        found_pki = false
                end