DarkoDDio

Results 2 issues of DarkoDDio

The link to download the app in the Wiki is pointing to 2.3 branch, instead of master I realized that when updating the app using winget, that installed version 2.3.81...

hi, on line 1300 file name "/mscep.dll" is missing `$CACaps = (Invoke-WebRequest -Uri "https://$hostname/certsrv/mscep?operation=GetCACaps&message=test").content` it should be: `$CACaps = (Invoke-WebRequest -Uri "https://$hostname/certsrv/mscep/mscep.dll?operation=GetCACaps&message=test").content`