-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Windows Server 2016 #6
Comments
This should be fixed now with 4c24a83. If you could test and verify, please let us know if it solved your problem! |
This still doesn't work even with 4c24a83. I was trying to run request command: Certify.exe request /ca:SERVERname\ca-name /template:TemplateName /onbehalfof:DOMAIN\USER /enrollcert:C:\Temp\enroll.pfx /enrollcertpw:password Getting this error: System.IO.FileNotFoundException: Could not load file or assembly 'Interop.CERTENROLLLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. WRN: Assembly binding logging is turned OFF. |
Same issue ,can someone help how to solve this thing ..? |
Hey, just ran into the issue, found a quick fix. Just added the following in
|
Hi,
I was trying out some requests and an exception is returned during execution.
Compiled on Windows Server 2022 with VS2019.
.\Certify.exe find /vulnerable
or.\Certify.exe find /clientauth
works fine.The error comes when I try the following command:
.\Certify.exe request /ca:REDACTED /template:REDACTED /altname:DOMAIN\REDACTED
No cert is returned after the exception.
The script is executed directly on a AD CS, with admin rights.
Edit: This exception also occurs when using the
download
function.The text was updated successfully, but these errors were encountered: