Hi,
I’m packaging Certbot + plugins for Mageia Linux. Everything went smooth with Certbot itself, we’ve even managed to package the docs (something that even Fedora/RHEL guys failed to do ) However, I’ve got a couple of questions regarding certbot-apache.
- Mageia is very similar to Fedora in terms of FS layout; even OS detection in certbot_apache/constants.py might have worked (our LIKE property says “mandriva fedora”), but in fact we use a slightly different layout for Apache configs.
Specifically, vhost_root is different:
Fedora: /etc/httpd/conf.d
Mageia: /etc/http/conf/sites.d (or vhosts.d, which is a symlink to sites.d)
From what I’ve learned yet, we’ll have to apply an RPM patch to add proper Mageia support to certbot_apache/constants.py. My question is: certbot_apache/augeas_lens/httpd.aug contains paths too, do we need to patch it?
- We’ve recently updated our python-augeas to 1.0.2, and certbot-apache requires 0.5.0. (Tried to override it, and got multiple test failures with 1.0.2.) Any chances to have certbot-apache support recent python-augeas in the near future? Or the only way is to rollback our package version to 0.5.0?
Thanks in advance!
Dimitri