aloopkin / WinCertes

An ACMEv2 client for Windows
GNU General Public License v3.0
119 stars 28 forks source link

fix extra parameter usage #31

Closed valeriob closed 4 years ago

valeriob commented 4 years ago

due to double invocation of RegistryConfig the static parameter of the name of the registry key was created wrong

aloopkin commented 4 years ago

Hi @valeriob,

Thanks for the diagnostics, but i've decided to fix it in a bit different way, especially as i prefer to use the IConfig interface than the object. But the general idea is the same as your fix.

See commit e19d42a

valeriob commented 4 years ago

Very good, thank you !