Skip to content

Commit 5ae845b

Browse files
committed
PR feedback changes.
1 parent c2a09d5 commit 5ae845b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Set environment variable `SSL_CERT_FILE` to point at that file before running a
4646
export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
4747
```
4848
> [!NOTE]
49-
> It is also worth noting that some distributions of Linux do not have a TMP or TMPDIR defined. This will cause OpenSSL to download the Certificate Revocation List (CRL) every time, rather than caching the CRL to disk for reuse until they expire. To improve initial connection performance you can [configure a user or system default TMPDIR](https://help.ubuntu.com/community/EnvironmentVariables).
49+
> It is also worth noting that some distributions of Linux do not have a TMP or TMPDIR environment variable defined. This will cause the Speech SDK to download the Certificate Revocation List (CRL) every time, rather than caching the CRL to disk for reuse until they expire. To improve initial connection performance you can [create an environment variable named TMPDIR and set it to the path of your chosen temporary directory.](https://help.ubuntu.com/community/EnvironmentVariables).
5050
5151
## Next steps
5252

0 commit comments

Comments
 (0)