File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Speech-Service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ Check whether there is `certs` subdirectory under OPENSSLDIR. In the example abo
34
34
35
35
## Examples
36
36
37
- 1 . OPENSSLDIR is ` /opt/ssl ` . There is ` certs ` subdirectory with many ` .crt ` or ` .pem ` files.
37
+ - OPENSSLDIR is ` /opt/ssl ` . There is ` certs ` subdirectory with many ` .crt ` or ` .pem ` files.
38
38
Set environment variable ` SSL_CERT_DIR ` to point at ` /opt/ssl/certs ` before running a program that uses the Speech SDK. For example:
39
39
``` bash
40
40
SSL_CERT_DIR=/opt/ssl/certs ./helloworld
41
41
```
42
42
43
- 2 . OPENSSLDIR is ` /etc/pki/tls ` . There is a certificate bundle file, for example ` ca-bundle.pem ` or ` ca-bundle.crt ` .
43
+ - OPENSSLDIR is ` /etc/pki/tls ` . There is a certificate bundle file, for example ` ca-bundle.pem ` or ` ca-bundle.crt ` .
44
44
Set environment variable ` SSL_CERT_FILE ` to point at ` /etc/pki/tls/ca-bundle.pem ` before running a program that uses the Speech SDK. For example:
45
45
``` bash
46
46
SSL_CERT_FILE=/etc/pki/tls/ca-bundle.pem ./helloworld
You can’t perform that action at this time.
0 commit comments