mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
base64 dns key
This commit is contained in:
parent
9bbf3af4fa
commit
e1f16c3722
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ end
|
|||
before path do
|
||||
if params.has_key?("public_key")
|
||||
public_key = Base64.decode64(params[:public_key])
|
||||
puts public_key
|
||||
unless public_key.length == 24
|
||||
halt 400, { :error => "Key is invalid: #{public_key.to_s.encode('UTF-8', {:invalid => :replace, :undef => :replace, :replace => '?'})}" }.to_json
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue