Skip to content

Commit ab8ef17

Browse files
authored
Update how-to-configure-openssl-linux.md
change numbers to bullets
1 parent 3af3651 commit ab8ef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/how-to-configure-openssl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Check whether there is `certs` subdirectory under OPENSSLDIR. In the example abo
3434

3535
## Examples
3636

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.
3838
Set environment variable `SSL_CERT_DIR` to point at `/opt/ssl/certs` before running a program that uses the Speech SDK. For example:
3939
```bash
4040
SSL_CERT_DIR=/opt/ssl/certs ./helloworld
4141
```
4242

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`.
4444
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:
4545
```bash
4646
SSL_CERT_FILE=/etc/pki/tls/ca-bundle.pem ./helloworld

0 commit comments

Comments
 (0)