GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GEMEXP(1) FreeBSD General Commands Manual GEMEXP(1)

gemexpexport a directory over Gemini

gemexp [-hRVv] [-d certs-dir] [-H hostname] [-p port] [directory]

gemexp exports the given directory over the Gemini protocol. It's intended to be used interactively mostly for testing purposes, for a full-fledged daemon look for gmid(8).

The arguments are as follows:

certs-path
Directory where certificates are stored. By default is $XDG_DATA_HOME/gemexp, i.e. ~/.local/share/gemexp.
hostname
The hostname to use, localhost by default. Certificates for the given hostname are searched inside the certs-dir specified with the -d option. The certificate files are named hostname.pem and hostname.key and are implicitly generated if not found.
, --help
Print the usage and exit.
port
The port to bind to, 1965 by default.
Generate an RSA key instead of an EC one.
, --version
Print the version and exit.
Verbose mode.
directory
The root directory to serve, or the current working directory if not specified.

gg(1), gmid(8)

gemexp uses the “Flexible and Economical” UTF-8 decoder written by Bjoern Hoehrmann.

The gemexp program was written by Omar Polo <op@omarpolo.com>.

July 3, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.