class Localhost::Authority
def to_h
def to_h { hostname: @hostname, certificate_path: certificate_path, key_path: key_path, expires_at: certificate.not_after, } end
def to_h { hostname: @hostname, certificate_path: certificate_path, key_path: key_path, expires_at: certificate.not_after, } end