class Localhost::Authority

def key_path

The private key path.
def key_path
	File.join(@root, "#{@hostname}.key")
end