gluon-mesh-vpn-openvpn: fix x509
This commit is contained in:
parent
32e930d5cc
commit
8deacca70c
@ -32,7 +32,7 @@ end
|
||||
-- if mesh_vpn is on but we have no key, even tho we need one then we can't proceed
|
||||
if vpn.key ~= nil and not file_exists(vpn.key) then
|
||||
if site.mesh_vpn.openvpn.self_signed(true) then
|
||||
local key = ssl.pkey:new()
|
||||
local key = ssl.pkey.new()
|
||||
|
||||
local cert = ssl.x509:new()
|
||||
cert:notbefore(os.time())
|
||||
|
Loading…
Reference in New Issue
Block a user