mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Update COMMAND_LINE.MD
This commit is contained in:
parent
a003486b4a
commit
314d306145
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ Merge mining will be available in P2Pool after the fork on October 12th, 2024. V
|
||||||
|
|
||||||
### TLS
|
### TLS
|
||||||
|
|
||||||
|
Starting from v4.1, P2Pool supports SSL/TLS connections to its Stratum port. Port 443 can also be safely used for Stratum connections since v4.1 - P2Pool will detect HTTP requests and respond to them.
|
||||||
|
|
||||||
All `--tls...` parameters are optional. If they are not provided, P2Pool will generate a self-signed certificate upon startup.
|
All `--tls...` parameters are optional. If they are not provided, P2Pool will generate a self-signed certificate upon startup.
|
||||||
|
|
||||||
If you want to use your own certificate, please refer to your certificate provider's documentation (or OpenSSL documentation) on how to generate the appropriate PEM files.
|
If you want to use your own certificate, please refer to your certificate provider's documentation (or OpenSSL documentation) on how to generate the appropriate PEM files.
|
||||||
|
|
Loading…
Reference in a new issue