如何将密钥库证书绑定到APS通知中心

时间:2019-09-27 08:34:15

标签: apple-push-notifications key-value azure-resource-manager azure-notificationhub

我有创建通知中心实例的手臂 我将带有密码的证书导入密钥库,现在我想将该证书用作苹果的通知中心的APN。

我正在尝试类似的操作,但是总是收到错误的请求:

  "type": "Microsoft.NotificationHubs/namespaces/notificationHubs",
  "apiVersion": "2017-04-01",
  "name": "[concat(parameters('namespaces_nhn_ecosystem_name'), '/nh-ecosystem-', parameters('environmentSuffix'))]",
  "location": "[resourceGroup().location]",
  "dependsOn": [
    "[resourceId('Microsoft.NotificationHubs/namespaces', parameters('namespaces_nhn_ecosystem_name'))]"
  ],
  "properties": {
    "authorizationRules": [],
    "apnsCredential": {
      "properties": {
        "apnsCertificate": "apns-cert-secret", <-name of the certificate in key vault 
        "certificateKey": "certpasswordhere",
        "endpoint": "gateway.sandbox.push.apple.com"
      }
    }
  }

1 个答案:

答案 0 :(得分:1)

Azure通知中心不支持(今天)从KeyVault中提取PNS凭据。客户要求这样做,并且已经在路线图上,但今天不支持。