Method: Vici::Connection#unload_authority

Defined in:
lib/vici.rb

#unload_authority(authority) ⇒ Object

Unload a certification authority from the daemon.



554
555
556
# File 'lib/vici.rb', line 554

def unload_authority(authority)
  call("unload-authority", Message.new(authority))
end