Azure Stack Hub Multi Stamp Management
Cloud Assert HomeDocs Home
2201.1
2201.1
  • Introduction
  • Release Notes
  • Key Concepts
    • ADMIN
      • Manage Stamps
      • Updates
      • Images and Marketplace
      • Usage and Billing
      • Capacity and Infrastructure Management
      • Alerts
      • Diagnostics
      • Tenant Services
      • Email Reports
      • Offline Marketplace Download
  • INSTALLATION
    • Prerequisites
      • PKI Certificate Requirements
      • AzureStack Certification Authority certificate
      • Create SQL Server VM and necessary databases in a tenant subscription
    • Deployment
      • Validating Prerequisites
      • Install VConnect RP
      • License Activation
        • Offline Activation
      • Update Billing Resource Provider Details
      • Remove VConnect RP
      • Version Update
    • Configuration
      • Configure SMTP Settings
      • Configure Automated Emails
      • Configure Remote Machine for PowerShell Access
      • Configure Offline Marketplace Download
      • Configure a new Azure Stack Hub Stamp
        • Configure an Azure AD Stamp
        • Configure an ADFS Stamp
        • Create Service Principal from Azure Portal
  • Others
    • Troubleshooting
      • Configure VConnect PowerShell Modules
      • Stamp Connectivity
      • Stamp Syncing
      • Enable MSM VConnect Scheduled Tasks
      • Add Billing API Port To VConnect RP Network Security Group
      • Add Transaction Log Shrink Job in SQL Server
      • Update Client Secret in AzureStack Hub Connection
Powered by GitBook
On this page

Was this helpful?

  1. INSTALLATION
  2. Prerequisites

AzureStack Certification Authority certificate

PreviousPKI Certificate RequirementsNextCreate SQL Server VM and necessary databases in a tenant subscription

Last updated 3 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 VConnectMSM.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\VConnectMSM). Use a new window to avoid problems that might arise from incorrect Power Shellaz modules that are already loaded on the system.

  4. Run GetAzureStackCertificationAuthority.ps1 and specify the required parameters

.\GetAzureStackCertificationAuthority -PrivilegedEndpoint "192.168.200.224"

Parameter Name

Description

Required

PrivilegedEndpoint

PrivilegedEndpoint IP Address

Required

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

Privileged Endpoint
reach out to our team