acme2certifier on pypi
Hi Grindsa,
Is there a way you create and push your project on Pypi ? It should be better for managing upgrades.
Thank you.
Rachid.
I do not really see a strong advantage in deploying via pypi. Main reason is that acme2certifer comes with dependency to other system components like apache2 and nginx.
Rpm or deb packages are not enough for you?
Thank you @grindsa Yes sure it will not manage others component apache and nginx. But due to the security issue with the impacket rpm dependency, we have switch to install it from tar.gz a virtual env and deploy the requirements.txt via pypi. The problem with the customized rpm you provide is : if RedHat upgrade the impacket rpm it will remove your patch.
Understood. Considering this you did make absolute sense. Let me finalize v0.36 and revisit the pypi deployment afterwards. In parallel lets check if its possible to fix the rpm-overwrite issue.