class Porkadot::Config

def certs

def certs
  @certs ||= Porkadot::Configs::Certs.new(self)
  return @certs
end