1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #754: If CA path is not defined, CAs will not be checked instead of raising an exception

This commit is contained in:
Ruben S. Montero 2011-08-30 00:22:51 +02:00
parent ac1338c737
commit daab17b4e0

View File

@ -182,8 +182,8 @@ private
end
# Validate the End Entity certificate
if !@options[:ca_dir]
raise failed + "No certifcate authority directory was specified."
if !@options[:ca_dir]
return
end
begin