Skip to content

Commit 33d50b9

Browse files
committed
add SLL option for REST
1 parent 06d3292 commit 33d50b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

USERGUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ rest:
179179
port: 5000 # Port to run the REST server
180180
endpoint: /message # Endpoint for receiving messages
181181
debug: false # Enable/disable Flask debug mode
182+
certfile: /path/to/certfile.pem # Path to the SSL certificate file (enables HTTPS if provided)
183+
keyfile: /path/to/keyfile.pem # Path to the SSL private key file (required when using certfile)
182184

183185
# Logging configuration
184186
logging:

simulation_bridge/config/config.yaml.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ rest:
6969
port: 5000
7070
endpoint: /message
7171
debug: false
72+
certfile: /path/to/certfile.pem
73+
keyfile: /path/to/keyfile.pem
7274

7375
logging:
7476
level: INFO

0 commit comments

Comments
 (0)