class Localhost::Authority

def certificate_path

@returns [String] The path to the public certificate.
def certificate_path
	File.join(@path, "#{@hostname}.crt")
end