Difference between revisions of "Venafi Troubleshooting"
Jump to navigation
Jump to search
(Created page with "https://support.venafi.com/hc/en-us/articles/235543527-Error-All-my-certificates-are-stuck-in-Queued-for-renewal-Renewing-state PS X:\> get-service |findstr -i trust Stopped...") |
|||
Line 1: | Line 1: | ||
https://support.venafi.com/hc/en-us/articles/235543527-Error-All-my-certificates-are-stuck-in-Queued-for-renewal-Renewing-state | https://support.venafi.com/hc/en-us/articles/235543527-Error-All-my-certificates-are-stuck-in-Queued-for-renewal-Renewing-state | ||
− | + | ``` | |
− | PS | + | PS C:\Windows\system32> get-service |findstr -i trust |
Stopped TrustedInstaller Windows Modules Installer | Stopped TrustedInstaller Windows Modules Installer | ||
Stopped VED Venafi Trust Protection Platform | Stopped VED Venafi Trust Protection Platform | ||
Line 16: | Line 16: | ||
PS C:\Windows\system32> | PS C:\Windows\system32> | ||
+ | ``` |
Revision as of 16:25, 7 April 2022
PS C:\Windows\system32> get-service |findstr -i trust Stopped TrustedInstaller Windows Modules Installer Stopped VED Venafi Trust Protection Platform PS C:\Windows\system32> start-service VED WARNING: Waiting for service 'Venafi Trust Protection Platform (VED)' to start... WARNING: Waiting for service 'Venafi Trust Protection Platform (VED)' to start... WARNING: Waiting for service 'Venafi Trust Protection Platform (VED)' to start... WARNING: Waiting for service 'Venafi Trust Protection Platform (VED)' to start... WARNING: Waiting for service 'Venafi Trust Protection Platform (VED)' to start... PS C:\Windows\system32> get-service VED Status Name DisplayName ------ ---- ----------- Running VED Venafi Trust Protection Platform PS C:\Windows\system32>