Skip to content

Integration with other tools

Description

Onionmine needs to be better integrated with other tools, like onionsite managers.

Tasks

  • Generators:
    • Commands to generate a random key:
      • Using C Tor (if C Tor is available in the system: onionmine generate-random-onion-v3-c-tor mysite.
      • Using Arti (if Arti is available in the system): onionmine generate-random-onion-v3-arti mysite (reference).
      • Using Onionbalance (if Onionbalance is available in the system: onionmine generate-random-onion-v3-c-onionbalance mysite.
    • Documentation update (tutorial and usage pages), including:
      • Presenting Onionmine as an Onion Services keys and certificate generator, useful to make vanity addresses and for TLS/HTTPS certificate management.
      • Command generate-random-onion-v3-c-tor.
      • Command generate-random-onion-v3-arti.
      • Command generate-random-onion-v3-onionbalance.
  • Normalizers:
    • Command to normalize the key to other file name formats:
      • Onionbalance.
      • Onionspray.
      • Oniongroove.
    • Documentation update (tutorial and usage pages).
  • Exporters:
    • Commands to export keys and certificates to Onion Service managers:
      • ./onionmine export-to-onionbalance my-pool <onionbalance-config-path>.
      • ./onionmine export-to-onionspray my-pool <onionspray-path> <project>.
      • ./onionmine export-to-oniongroove my-pool <oniongroove-path> <project>.
      • ./onionmine export-to-c-tor my-pool <c-tor-path> <project>.
      • ./onionmine export-to-arti my-pool <arti-path> <project>.
    • Documentation update (tutorial and usage pages).
  • Importers:
    • Commands to import keys and certificates from Onion Service managers:
      • ./onionmine import-from-onionbalance my-pool <onionbalance-config-path> <address>.
      • ./onionmine import-from-onionspray my-pool <onionspray-path> <project> <address>.
      • ./onionmine import-from-oniongroove my-pool <oniongroove-path> <project> <address>.
      • ./onionmine import-from-c-tor my-pool <c-tor-path> <project> <address>.
      • ./onionmine import-from-arti my-pool <arti-path> <project> <address>.
    • Documentation update (tutorial and usage pages).
  • Converters:
Edited by Silvio Rhatto