How can I get new file ca-bundle.crt

klen 21 Reputation points
2021-01-28T01:53:17.53+00:00

Firstly I used openssl1.0.1 to covert radio to text on centos7.3, but I can not get result after set the SSL_CERT_DIR and SSL_CERT_FILE. this doc tells me openssl1.1.1b is required, so I
I installed openssl1.1.1b from source code, After I installed openssl1.1.1b, openssl version -d reports /usr/local/openssl-1.1.1b/ssl,

but there is no ca-bundle.crt under /usr/local/openssl-1.1.1b/ssl/certs, this directory is empty. I know ca-bundle.crt is not distributed as part of OpenSSL. When I use openssl1.0.1, the file is under /etc/pki/tls/certs/, could I use this old file? Or should I have a new file,I am confused about how to get this file?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,555 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2021-01-28T07:49:15.453+00:00

    @klen I am just curious about the steps used to install 1.1.1b version on your machine. I think it may not be linked or installed correctly since the directory of install is empty. I think you need to ensure the installation completed successfully before you can configure SSL_CERT_DIR or SSL_CERT_FILE for the speech SDK. Thanks!!