我已经安装了 Azure stack 开发工具包,并且正在尝试安装 App 服务。
然后当我必须运行 PS1 脚本时,Create-AADIdentityApp.ps1
我填写以下参数
DirectoryTenantName
AdminArmEndpoint
TenantArmEndpoint
CertificateFilePath
然后我收到以下错误
New-Object : Exception calling ".ctor" with "3" argument(s): "The system cannot find the file specified.
"
At C:\app-service-certificate-install\Create-AADIdentityApp.ps1:81 char:24
+ ... rtificate = New-Object System.Security.Cryptography.X509Certificates. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
有人有经验吗?