From 314d306145499e0285307a17d93de404ceb2affd Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:20:04 +0200 Subject: [PATCH] Update COMMAND_LINE.MD --- docs/COMMAND_LINE.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/COMMAND_LINE.MD b/docs/COMMAND_LINE.MD index f3035eb..600997b 100644 --- a/docs/COMMAND_LINE.MD +++ b/docs/COMMAND_LINE.MD @@ -73,6 +73,8 @@ Merge mining will be available in P2Pool after the fork on October 12th, 2024. V ### 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. 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.