PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

Start-PsFCIV not creating XML DB

Open brentil opened this issue 3 years ago • 3 comments

The code for actually writing out the XML DB is commented out in the code file for Start-PsFCIV. It looks like someone started working on removing the $host item for that section but did not complete it and lines 450-455 have been commented out. PSPKI/Client/Start-PsFCIV.ps1

Adding those lines back in allowed the initial DB to be written again.

brentil avatar Oct 12 '20 15:10 brentil

I don't recall why I commented out that section, but I will check.

Crypt32 avatar Oct 12 '20 17:10 Crypt32

I reviewed the script and fixed multiple issues, including this one. Now Start-PsFCIV is more reliable and stable.

Crypt32 avatar Feb 16 '21 08:02 Crypt32

I did a review of PsFCIV and decided to split it up from PSPKI and move to a separate project: https://github.com/PKISolutions/PsFCIV. I refactored the code, removed legacy artifacts, various bugs, so it should be ok now. I encourage you to switch to PsFCIV module.

Crypt32 avatar Mar 29 '21 07:03 Crypt32