class Localhost::Issuer

def lockfile_path

@returns [String] The path to the lockfile.
def lockfile_path
	File.join(@path, "#{@name}.lock")
end