Privilege Management Console Post-Deployment Steps
You need to perform the following steps after PMC has deployed successfully:
Resolve DNS Settings
You need to be able to resolve the DNS before you can log in to PMC. If you intend to use a public DNS that has not yet been created, you need to create manual entries in the host files of the machines that need to communicate, such as the cluster nodes (including where the portal is installed).
If you use a single, external load balancer, you need to add an entry in the host file that points to the IP of your internal load balancer and your DNS Name. If you use the external load balancer only, you need to add an entry to your host file that points to the IP of your load balancer.
You can find your internal load balancer IP address in Azure:
- Select Resource Groups and locate the one that you named for the PMC deployment. For example, PMC-rg-mycompany.
- Click the Type column to order the list by type and look for Load balancer. If you configured an internal load balancer as well as an external load balancer, two load balancers appear in the list.
- If you configured one external load balancer (default), only one load balancer appears in the list. Click that load balancer name to see the IP address.
- If you configured an internal load balancer as well as the external load balancer, click the load balancer name postfixed with internal to see the IP address.
In this example, there is an internal load balancer configured, as well as the default external one.
- The Public IP address is shown on the bottom right of the Overview panel. To resolve your DNS Name, you can add an entry for this IP address with the DNS Name of your SSL certificate in the portal VM host file and, as well as to endpoints you want to be able to connect to PMC.
20.37.139.54 PMC.ssldns.name
The portal VM and jump box VM are listed next to the load balancers in your resource group. They are of Type Virtual Machine and their names are portalVM and jumpBoxVM, respectively.
If you configure an internal load balancer, you also need to use a VPN or peered network to complete the setup.
For information on connecting to a virtual machine in Azure, please see How to connect and sign on to an Azure virtual machine running Windows.
Install the SSL Certificate
If you use an SSL certificate that is trusted by a global provider, you do not need to do any further steps. If the SSL certificate is not trusted by a global provider, before you can log in to PMC, you need to install the SSL root certificate into the trusted root store of the local machine of the node where PMC is installed:
- Copy the CER portion of the root certificate to the node where you installed PMC. By default, this is the first node.
- Double-click the certificate and select Install Certificate.
- Select Local Machine and click Next.
- Select Place all certificates in the following store and click Browse.
- Select the second option, Trusted Root Certification Authorities and click OK.
- Click Next and then Finish to complete the installation.
The rest of the required PMC certificate chain is generated for you by the PMC deployment script.
Turn off Jump Box
Once the deployment finishes and you confirm the deployment is successful, disable the jump box until you need access to it. The jump box is created by the deployment script.
Do not delete the jump box. Be sure to only disable it.
Turning off the jump box after the PMC installation finishes decreases the attack vector of the PMC network. You can turn the jump box on when required.
- Go to the Azure portal.
- Navigate to the resource group for this PMC installation.
- Click the jump box VM.
- Click Stop.
- The machine shuts down. To turn it back on, click Start.
Clean Deployment Machine
There are two steps that need to be completed on your deployment machine:
Deployment Folder Deletion
Before you delete your Deployment folder, copy the Certs folder to a secure location, as you need to keep these certificates.The Deployment folder contains certificates and other sensitive files. Delete this folder from the deployment machine. You can use the PowerShell command Remove-Item to purge the data from your deployment machine. This function does not use the Recycle Bin.
Certificate Removal
The certificates can be retrieved from your jump box or the Azure key vault.
During the PMC installation, certain certificates are created and installed on the deployment machine. These should be removed from your deployment box using these instructions:
- Open Microsoft Management Console (MMC).
- Click File, and then Add/Remove Snap-in.
- Select Certificates from the Available snap-ins section.
- Click Add >.
- Click Finish.
- Click OK.
- Expand Certificates.
- Delete the following certificates from your deployment machine by right-clicking and selecting Delete from the context menu:
- iC3ClusterAdmin
- iC3ConfigurationEncipherment
- iC3RootCA
- iC3TenantCA
- iC3TenantServiceIdentity
- iC3SSL
- Save and close the MMC.
Cluster Admin
A certificate called ClusterAdmin is also installed during the PMC deployment process. It is used when connecting to the Service Fabric instance within the PMC network. There is no security risk in keeping this certificate on your deployment machine. In addition, you need to install this certificate to view the health of your service fabric cluster.
Remove Public IP Address from Azure Firewall Exceptions
The PMC infrastructure setup script creates a firewall exception for your public IP during setup. Follow these steps to remove the exception:
- Go to the Azure portal.
- Navigate to the resource group for this PMC installation.
- In the All types filters dropdown, check the box for SQL servers. This action will display both the Reporting SQL server and the SQL server for the management and Blob databases.