Under Review
Last Updated: 24 Aug 2018 05:00 by Eric
beppe
Created on: 23 Aug 2018 02:36
Type: Feature Request
1
Unable to select CertEnroll as certificate generator in Windows Server 2016 (x64) without removing MAkeCert.dll
IDK why it dislikes the MakeCert files. Clearly a bug, to me.
1 comment
Eric
Posted on: 24 Aug 2018 05:00
This is basically by-design, but the design could certainly be improved. The basic idea is that, if you install a certificate generation extension (e.g. the BCMakeCert extension), it will be used.

If you do not, then Fiddler will fall back to using the built-in generator, which itself has two underlying engines (MakeCert.exe or CertEnroll.dll).

FWIW, the BCMakeCert extension should be slightly superior to the built in CertEnroll provider (it has more features and touches the Windows certificate stores a bit less) although they're pretty comparable.