Vadims Podans
Vadims Podans
Do you get any result when using `-Standalone` switch instead? In test domain, I have a mix of Enterprise and Standalone CAs and the `-Enterprise` switch works for me as...
There are a lot of things you may need to test before you can find the root cause of this. Please, test how much time take these commands: 1. ```...
Library sources are here: https://github.com/PKISolutions/pkix.net download them to Visual Studio, add either a CLI application as host application, or create unit test project and test `[PKI.CertificateServices.CertificateAuthority]::Connect()` method. Set breakpoints and...
Can you provide a full stack trace of the exception by calling the following line immediately after exception is thrown: ``` PowerShell $error[0].Exception.InnerException.StackTrace ```
Thanks, I will take a look into this.
I can confirm the bug. It is fixed in sources, see this commit: https://github.com/PKISolutions/pkix.net/commit/8b808e050f381406936d70780cd48f692be39427
Can you find out the problematic template and read raw value from AD? ``` PowerShell $ldap = [adsi]"LDAP://$templateDN" $ldap.Properties["pkikeyusage"] ```
There is a bug in `ICertAdmin2` COM interface binary string marshalling when encoded input string contains odd number of characters and I can't fix this, because the issue is at...
Can you provide sample certificate that doesn’t work? BTW, does first name in SAN list work?