Class: Idb::SimulatorCAInterface

Inherits:
CAInterface show all
Defined in:
lib/lib/simulator_ca_interface.rb

Instance Method Summary collapse

Methods inherited from CAInterface

#add_cert, #get_certs, #remove_cert, #server_cert, #sha1_from_der, #stop_cert_server

Constructor Details

#initialize(sim_path) ⇒ SimulatorCAInterface

Returns a new instance of SimulatorCAInterface.



9
10
11
12
13
# File 'lib/lib/simulator_ca_interface.rb', line 9

def initialize sim_path
  @sim_path = sim_path
  @store_path = "/Library/Keychains/TrustStore.sqlite3"
  @db_path = @sim_path + @store_path
end