b32 added
This commit is contained in:
15
README.md
15
README.md
@@ -21,13 +21,20 @@ bin/i2p-tools -h
|
|||||||
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --port=8443 --ip=127.0.0.1 --trustProxy
|
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --port=8443 --ip=127.0.0.1 --trustProxy
|
||||||
```
|
```
|
||||||
|
|
||||||
### Without webserver, standalone with TLS support
|
### Without a webserver, standalone with TLS support
|
||||||
|
|
||||||
```
|
```
|
||||||
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --tlsHost=your-domain.tld
|
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --tlsHost=your-domain.tld
|
||||||
```
|
```
|
||||||
|
|
||||||
If this is your first time running a reseed server (ie. you don't have any existing keys), you can simply run the command and follow the prompts to create the appropriate keys and certificates.
|
If this is your first time running a reseed server (ie. you don't have any existing keys),
|
||||||
Afterwards an HTTPS reseed server will start on the default port and generate 6 files in your current directory (a TLS key, certificate and crl, and a signing key, certificate and crl).
|
you can simply run the command and follow the prompts to create the appropriate keys, crl and certificates.
|
||||||
|
Afterwards an HTTPS reseed server will start on the default port and generate 6 files in your current directory
|
||||||
|
(a TLS key, certificate and crl, and a su3-file signing key, certificate and crl).
|
||||||
|
|
||||||
Get a the source code and a pre-build binary anonymously on http://reseed.i2p/ - also a short guide and complete tech info.
|
Get the source code here on github or a pre-build binary anonymously on
|
||||||
|
|
||||||
|
http://reseed.i2p/
|
||||||
|
http://j7xszhsjy7orrnbdys7yykrssv5imkn4eid7n5ikcnxuhpaaw6cq.b32.i2p/
|
||||||
|
|
||||||
|
also a short guide and complete tech info.
|
||||||
|
|||||||
Reference in New Issue
Block a user