You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: