class Tipi::ACME::CertificateStore

Public Instance Methods

get(name) click to toggle source
# File lib/tipi/acme.rb, line 224
def get(name)
  raise NotImplementedError
end
set(name, private_key:, certificate:, expired_stamp:) click to toggle source
# File lib/tipi/acme.rb, line 220
def set(name, private_key:, certificate:, expired_stamp:)
  raise NotImplementedError
end