97arushisharma edited a comment on issue #7277: URL: https://github.com/apache/pulsar/issues/7277#issuecomment-701890401
Hi @freadaiz , I added the following configs to the standalone.conf: ``` brokerServicePortTls=6651 webServicePortTls=8443 functionsWorkerEnabled=true tlsEnabled=true tlsCertRefreshCheckDurationSec=300 tlsCertificateFilePath=/home/Downloads/my-ca/broker.cert.pem tlsKeyFilePath=/home/Downloads/my-ca/broker.key-pk8.pem tlsTrustCertsFilePath=/home/Downloads/my-ca/certs/ca.cert.pem ``` These are the same configs that we add to `broker.conf` but incase of standalone I had to add them to my `standalone.conf`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
