Sep 22, 2025
OVERVIEW: This page walks you through the process of installing GlobalSign's LifeCycleX for the first time. At the completion of this procedure, you will be able to automate administrators and role-based users to efficiently monitor, manage, action and report on all aspects of certificate management requirements. Learn more about LifeCycleX through frequently asked questions here. |
Make sure to have an empty database ready.
The application user must be a “db Owner”.
Fill in the SQL server name or IP.
Check the On behalf of the application user checkbox to run the process with the credential of the application user.
If the checkbox is un-checked, the process will run under the logged in user credential.
Click the Create Tables Button to build the database tables, views and store procedures.
Verify the logger has line “Database version 6 is ready” and the button is not displayed anymore and click Next.
Login to the C-View server with the application user.
Make sure the application user is a local administrator.
Copy the Installer MSI to a local folder.
Double-click on the MSI to start the upgrade process (it will automatically uninstall the current version and install the new one).
Install the C-View Server as explained in Step 1.
Run LifeCycleX launcher by clicking on the desktop shortcut or run the application for this path C:\Program Files\LifeCycleX\Launcher\CVLauncher.exe.
Select Installation package: LifeCycleX server.
Fill out application user details:
a. Domain Name
b. Username
c. Password
Click Next.
Validate application user identity.
Installing missing IIS features.
Installing missing PS modules.
Jump to the next wizard page. This step is loading the list of LifeCycleX modules.
Authentication setting for IIS (LifeCycleXAdmin). The default Windows authentication provider is NTLM. Note: You may select Kerberos, but it requires creating SPN and delegation after the installation process. For more details, read the section LifeCycleX Admin to Work with Kerberos.
Click Next to start the application upgrade process.
A confirmation window displays. Click OK to continue or cancel to go back and change the module selection.
IMPORTANT: This is a sample Kerberos configuration, if you are working with NTLM you may skip this section. |
Open the IIS Manager and select the LifeCycleX Admin application.
Go to Windows Authentication and remove the negotiation and NTLM providers.
Add a new Kerberos provider and save.
Define SPN for application user. PS command samples:
setspn -s HTTP/cviewserver.securely.local domain\Username
setspn -s HTTP/cviewserver domain\Username
Delegation for the application user. PS command sample:
Get-ADObject -Filter {Name -eq " appUser "} | Set-ADObject -Add @{"msDS-
AllowedToDelegateTo"=@("HOST/CAomputerName","HOST/CAComputerName.securely.local",
"rpcss//CAComputerName",”rpcss///CAComputerName.securely.local")}
Delegation for C-View Server PS command sample:
Get-ADObject -Filter {Name -eq " cviewserver "} |Set-ADObject -Add @{"msDS-
AllowedToDelegateTo"=@("HOST/CAComputerName","HOST/CAComputerName.securely.local",
"rpcss//CAComputerName",”rpcss///CAComputerName.securely.local")}
INFORMATION: • Yellow highlights should be replaced. |
Run LifeCycleX launcher by clicking on the desktop shortcut or run the application for this path C:\Program Files\LifeCycleX\Launcher\CVLauncher.exe
The first wizard step is loading the previous installation setting. Verify data accuracy.
The table on the page's second part displays the action's status. These actions are also written to the trace log in folder: C:\CViewData\TraceLogs\Launcher.
Click Next.
Validate application user identity.
Installing missing IIS features.
Installing missing PS modules.
Jump to the next wizard page.
Check your certificate installation for SSL issues and vulnerabilities.