Skip to content

[Content]: May I know how to enable https with the docker-compose template? Could you supply some samples? #17

@littlekelvin

Description

@littlekelvin

Content Description

`# docker-compose -f PubSubStandard_singleNode.yml up
version: '3.1'

services:
primary:
container_name: pubSubStandardSingleNode
restart: always
user: root
image: solace/solace-pubsub-standard:latest
shm_size: 1g
volumes:
- /home/temp/self_signed.crt:/etc/solace/certs/self_signed.crt:ro
- /home/temp/self_signed.key:/etc/solace/certs/self_signed.key:ro
ports:
- '8008:8000'
- '1943:1943'
- '18080:8080'
- '55555:55555'
environment:
- certs_semp_over_https_enable="true"
- certs_semp_over_https_cert_file=/etc/solace/certs/self_signed.crt
- certs_semp_over_https_key_file=/etc/solace/certs/self_signed.key
- username_admin_globalaccesslevel=admin
- username_admin_password=password
- system_scaling_maxconnectioncount=100
`

I try as above. But not works...

Extra Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions