class Localhost::Issuer

def key_path

@returns [String] The path to the private key.
def key_path
	File.join(@path, "#{@name}.key")
end