freeipa / freeipa-letsencrypt

A quick hack allowing to use Let's Encrypt certificates for FreeIPA web interface.
140 stars 71 forks source link

Bug Fixes: 'service' command, OpenSSL '-passin' flag #43

Closed BoxingOctopus closed 1 year ago

BoxingOctopus commented 2 years ago
rcritten commented 2 years ago

Can you be more specific about which Fedora version(s) do not support -passout and/or service? It will help document the reasoning.

pubyun commented 2 years ago

--passout don't work with centos 8. and i need this pull request.

kenmoini commented 1 year ago

@rcritten I can also attest to the issue -passout is also not something that works in RHEL 8 & 9, using -passin instead works.

service as the interface to manage services has been depreciated for a long time now with SystemD - the primary way to manage services with a SystemD-based distro is with systemctl

rcritten commented 1 year ago

Merged. I'm not sure how -passout ever worked.