How to quickly grab K2 HTTPS certificate thumbprint using PowerShell
I’ve already mentioned this in my old blog post (along with GUI way for this task), but just posting this separately for better visibility/searcheability 🙂 In case you need to obtain thumbprint value of your K2 site HTTPS certificate (or any other certificate) you can use this PowerShell script: Write-Host (Get-ChildItem -Path Cert:\LocalMachine\My | Where-Object … How to quickly grab K2 HTTPS certificate thumbprint using PowerShell