问题标签 [azure-blockchain-workbench]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
20 浏览

azure-cloud-shell - 为什么在设置 Azure Blockchain Workbench 时 Azure Cloud shell 会在 workbenchAADSetupScript.ps1 中引发解析错误?

在本教程中:https ://docs.microsoft.com/en-us/azure/blockchain/workbench/deploy

您必须通过转到 Web 浏览器并将此命令粘贴到 Azure 云 shell 中来设置 Azure AD 配置脚本:

“cd; Invoke-WebRequest -Uri https://aka.ms/workbenchAADSetupScript -OutFile workbenchAADSetupScript.ps1; ./workbenchAADSetupScript.ps1 -SubscriptionID **** -ResourceGroupName **** -DeploymentId ****”

当我这样做时,我得到一个解析错误: ParseError: The 'var' keyword is not supported in this version of the language

我尝试过移动目录 (cd Azure:),运行删除项目脚本(运行 Remove-Item -Path Function:\Connect-AzureAD),尝试重新制作工作台

0 投票
0 回答
12 浏览

ssl-certificate - Hyperledger Fabric 父 CA 证书续订

使用 BAF,我们在 Kubernetes 中建立了一个超级账本结构网络。它有 15 个通道、31 个组织(每个组织有 1 个对等点)和 5 个排序者。它的年龄现在将近1岁。现在所有证书都将过期。谁能建议如何解决这个问题以及如何更新父证书/同行的证书/ tls 证书/用户证书?有没有可以更新所有证书?