module Localhost
class Localhost::Authority
localhost
1.2.0
# store
def store @store ||= OpenSSL::X509::Store.new.tap do |store| store.add_cert(self.certificate) end end