【发布时间】:2020-05-25 15:07:47
【问题描述】:
我正在使用 .NET Core 3.1 应用程序 (C#),当我向 ubuntu 服务器内部的 docker 容器发送请求时,遇到这样的错误消息:
“无法使用密钥存储提供程序解密列加密密钥:'MSSQL_CERTIFICATE_STORE'。加密列加密密钥的最后 10 个字节是:'xx-xx-xx-xx-xx-xx-xx-xx-xx -xx'。\n此平台不支持操作。"
根据此链接 (https://docs.microsoft.com/en-us/sql/connect/odbc/using-always-encrypted-with-the-odbc-driver?view=sql-server-ver15),Linux 似乎不包含 MSSQL_CERTIFICATE_STORE 并强制我使用 Azure Key Vault Store。
我的问题是“是否可以在不使用 Azure Key Vault Store 的情况下集成 MSSQL_CERTIFICATE_STORE 和 Linux 环境?”
【问题讨论】:
标签: linux asp.net-core certificate azure-keyvault always-encrypted