Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
Tag Archives: certificate
Revoke certificate from Microsoft PKI
This solution is based on powershell module PSPKI . Here is a link to download it : https://www.powershellgallery.com/packages/PSPKI/3.2.7.0 Open Poweshell and run the following commands Import-Module PSPKI $sCAServer = "<FQDN of your CA Server" # read certificates into a variable … Continue reading
Posted in Fix IT
Tagged certificate, Powershell
Comments Off on Revoke certificate from Microsoft PKI
Microsoft CA Certificate backup failed
Problem C:\Backup>Certutil -p “xxxxxxxxxx” -f -backup “c:\backup” CertUtil: -backup command FAILED: 0x8009000b (-2146893813) CertUtil: Key not valid for use in specified state. Check: Check the Certificate of your CA whether the Private Key can be exported by starting an export … Continue reading
Certificate default 2 years valid
Problem: Microsoft CA is set by default to maximum 2 years certificate validity . So you can’t create a template with a certificate valid more then 2 years, However, i needed a certificate wirh 10 years . Solution: To extend this for your own CA , … Continue reading
Posted in Information Technology
Tagged certificate
Comments Off on Certificate default 2 years valid