-
Notifications
You must be signed in to change notification settings - Fork 63
Description
When I use the Get-IssuedRequest command I receive the information from the request.
Get-IssuedRequest -CertificationAuthority
But when I use the Submit-Certificaterequest command I receive the error CCertRequest::Submit: Access is denied. I use the same user account. Why can I read the information but not submit any? I've checked on the CA server and the Certificate template on the security tab and have all required options enabled.
Submit-CertificateRequest C:\Users\bzkking\Desktop\www.test.csr -CertificationAuthority $CA1 -Attribute "CertificateTemplate:WebServer(Manual)"
Note: I use an account form a different forest to submit the request.