]> Humopery - private/buildbot-default.git/commitdiff
TLS for worker port
authorErik Mackdanz <erikmack@gmail.com>
Sun, 30 Jun 2024 14:51:54 +0000 (14:51 +0000)
committerErik Mackdanz <erikmack@gmail.com>
Sun, 30 Jun 2024 14:51:54 +0000 (14:51 +0000)
master.cfg

index 614154feec03fb36d0d2c70573e5362716b79d1f..208a35bf385f470d542f03443b8d347f054605fc 100644 (file)
@@ -25,7 +25,9 @@ c['workers'] = [worker.Worker("carbon-worker", workerpass)]
 # could connect to your master with this protocol.
 # 'port' must match the value configured into the workers (with their
 # --master option)
-c['protocols'] = {'pb': {'port': 9989}}
+# c['protocols'] = {'pb': {'port': 9989}}
+c['protocols'] = {'pb': {
+    'port': "ssl:9989:privateKey=privkey.pem:certKey=fullchain.pem"}}
 
 ####### CHANGESOURCES