Skip to content

Commit c2a09d5

Browse files
committed
Change wording in Note about Perf.
1 parent ef58124 commit c2a09d5

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 has a TMP or TMPDIR defined. This will cause OpenSSL to download the Certificate Revocation List (CRL) every time, rather than caching them 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 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).
5050
5151
## Next steps
5252

0 commit comments

Comments
 (0)