mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Fixed typo in X509 instantiation.
This commit is contained in:
parent
43b79a3e3a
commit
9155e7fc53
@ -118,7 +118,7 @@ class OneUserHelper < OpenNebulaHelper::OneHelper
|
||||
|
||||
key = rc[1]
|
||||
|
||||
auth = X509Auth.new(:cert=>certs, :key=>key)
|
||||
auth = X509Auth.new(:certs_pem=>certs, :key_pem=>key)
|
||||
rescue => e
|
||||
return -1, e.message
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user