2.13.6 Files

dsage stores a few files in SAGE_ROOT/.sage/dsage. These include
  1. pubcert.pem, cacert.pem which are the public and private keys the server uses for SSL.
  2. dsage_key.pub, dsage_key which are the keys used for authenticating the user.
  3. The directory db/ which contains the dsage database.
  4. *.log files which are logs generated by the server and workers.
  5. the directory tmp_worker_files/ where workers store the jobs they have processed.

See About this document... for information on suggesting changes.