summarylogtreecommitdiffstats
path: root/sayit
diff options
context:
space:
mode:
authorPaolo2020-04-08 23:18:39 +0100
committerPaolo2020-04-08 23:18:39 +0100
commit0ca8197897860233dd8c44675e6018689f5859b5 (patch)
tree02f9b8036eaecc71edd2ca58b705a1dc3af45221 /sayit
parent12cf2c442a0e8a3948d669adbf391817270c0602 (diff)
downloadaur-0ca8197897860233dd8c44675e6018689f5859b5.tar.gz
v1.0
Diffstat (limited to 'sayit')
-rw-r--r--sayit4
1 files changed, 4 insertions, 0 deletions
diff --git a/sayit b/sayit
index 0199ccc36b49..3e6c948a89b4 100644
--- a/sayit
+++ b/sayit
@@ -1,2 +1,6 @@
#!/bin/sh
+# The Speech SDK of Azure Cognitive Services is statically linked to OpenSSL
+# so it requires setting $SSL_CERT_DIR
+# https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-configure-openssl-linux
+export SSL_CERT_DIR=/etc/ssl/certs
exec /usr/share/sayit/SayIt "$@"