Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access denied on Certutil -backupKey

I got access denied when trying to do a certutil -backupKey. I already have Domain Admin and access to the CA cert (Read, Issue/Manage Certificates, Manage CA, Request Certificates). What Am I missing? I need to export the backup with the private key.

> Certutil: -backupKey command FAILED: 0x8007005 <WIN32:5> Certutil:
> Access is denied
like image 657
lulala Avatar asked Nov 10 '22 01:11

lulala


1 Answers

You'll need to use an account with Enterprise admin. Domain admin is not enough (as I just spent 3 hours figuring out...)

like image 113
Pres Avatar answered Nov 15 '22 09:11

Pres