This message was deleted.
# citrix-vad
s
This message was deleted.
h
remove the rights to the template and don't issue them on the according subca but only on the ca that you wan to use. The default templates etc. are not security hardened.
c
yeah understand that my question was how i remove all the pending requests for domain joined endpoints that are trying to auto enroll for a cert from the Citrix_RegistrationAuthority_ManualAuthorization template because the security perms on it had autoenroll enabled
i dont fancy going through thousands and thousdands of invalid pending cert requests and deny them all
h
Ah I understand then you’ll need to revoke them via cli regarding CA
c
certutil -deny seems to work but need the requestid of the pending request
wonder if certutil -deny * would work
h
Worth a try, or some looping via powershell perhaps
👍 1
c
once i denied all the pending cert requests will fix the perms on the FAS templates as per https://carlstalhood.com/citrix-federated-authentication-service-saml/#certificatetemplates
a
if it's like certutil -deleterows it will only do 3000 at a time so may look like it's not doing anything, but you just need to rerun things multiple times.