Greetings,
We just released Onionmine 1.1.0, a tool for generating
Onion Service keys and TLS certificates.
ChangeLog
Features
-
Commands:
-
Major usability improvements.
-
New
add-filtercommand, for adding filter directly
from the command line. -
New
generatecommand, a one-liner to create a vanity Onion Service
address. -
New
generate-random-onion-v3-c-torcommand to generate random v3
.onion addresses. -
New
export-to-onionspraycommand, which exports the selected keys
and certificates do an Onionspray instances/project. -
Added
--forceparameter to thewipe-poolcommand. -
Candidate selection on
candidate-selectcan now be given as a number. -
The
generate-select-certnow also generates a self-signed certificate
(tpo/onion-services/onionmine#33).
-
-
Distribution:
-
Container image support (tpo/onion-services/onionmine#29).
-
Compose support (tpo/onion-services/onionmine#4).
-
Improved dependency checking and installation procedure
(tpo/onion-services/onionmine#31).
-
-
Documentation:
Fixes
-
Improved usage documentation.
-
Improved socket handling on
test-candidate.
Previously, the UNIX socket was created inside the project folder, leading to
problems if this path was shared by a9pfilesystem via QEMU, which
recently dropped support for sharing UNIX socket files.