Skip to content

Commit 0d8e412

Browse files
committed
add a note to the Linuc OpenSSL configuration page to have info about Perf and the TMPDIR.
1 parent d61e414 commit 0d8e412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Set environment variable `SSL_CERT_FILE` to point at that file before running a
4545
```bash
4646
export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
4747
```
48+
> [!NOTE]
49+
> It is also worth noting the some distobutions 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).
4850
4951
## Next steps
5052

0 commit comments

Comments
 (0)