Version 3 (modified by armin, 3 years ago)

Fix parameter confusion

Infinoted

to open a server for gobby over 0.5 you need infinoted

first create a key and certificate:

infinoted --create-key --create-certificate -k /etc/infinote/key.pem -c /etc/infinote/cert.pem

next time start the server

infinoted -k /etc/infinote/key.pem -c /etc/infinote/cert.pem

get more options with infinoted --help

See also the infinoted page on this wiki.