Azure Stack Hub Billing
Cloud Assert HomeDocs Home
2012.5
2012.5
  • Introduction
  • Release Notes
  • Features
    • Admin Features
      • Settings
      • Pricing Profile
        • Manage Pricing Profiles
      • Usage History
      • Invoice
      • Quotas
      • Credits
        • User Credits
      • Usage & Quota
      • Notifications
      • Health Status
      • Billing Subscriptions
      • Billing Accounts
    • Tenant Features
      • Overview
      • Usage History
      • Invoice
      • Notifications
      • Usage and Quota
      • Billing Profile Creation
  • Installation
    • Prerequisites
      • PKI Certificate Requirements
      • Azure Stack Certification Authority certificate
    • Deployment
      • Install Billing Resource Provider
        • High Availability and Scale Deployment considerations
      • Operations and Monitoring
      • Billing Database and Log File Configuration
      • License Activation
      • Update VConnect Resource Provider With Billing Details
    • Configuration
      • Setup pricing profile and quotas
      • Invoice
      • Add Billing service to Azure Stack Plan
      • Add the resource provider in Tenant Portal
      • Mapping Subscriptions
      • How to add a new stamp as a connection?
    • Version Update
    • Remove Resource Provider
  • Others
    • Troubleshooting
      • Cost Management
    • Multi-Stamp Azure Stack Hub
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Prerequisites

Azure Stack Certification Authority certificate

PreviousPKI Certificate RequirementsNextDeployment

Last updated 4 years ago

Was this helpful?

Following script connects to and generates the required AzureStackCertificationAuthority.cer file.

HOST VM

On AzS Development Kits, sign in to the physical host.

On multi-node integrated systems, the host must be a system that can access the privileged endpoint.

  1. Place the BillingRP.zip file in a temp folder (c:\CloudAssert). Right click -> Properties -> Unblock -> Apply -> OK. If you don't have this installer please and we will provide you with latest installer and trial license.

  2. Extract the contents to the same folder (c:\CloudAssert)

  3. Open a new elevated (administrative) PowerShell console and change to the directory where the files have been extracted (c:\CloudAssert\BillingRP). Use a new window to avoid problems that might arise from incorrect Power Shell modules that are already loaded on the system.

  4. Run GetAzureStackCertificationAuthority.ps1 and specify the required parameters

Parameter Name

Description

Required

PrivilegedEndpoint

PrivilegedEndpoint IP Address

Required

.\GetAzureStackCertificationAuthority -PrivilegedEndpoint "192.168.200.224"

The script will prompt for PEP endpoint cloud admin credentials. Once provided, the script will create the AzureStackCertificationAuthority.cer file inside the Cert folder.

Take a backup of AzureStackCertificationAuthority.cer file and place it inside the Cert folder incase the resource provider deployment needs to be re-initiated.

Privileged Endpoint
reach out to our team