class Localhost::Authority

def certificate_path

The public certificate path.
def certificate_path
	File.join(@root, "#{@hostname}.crt")
end