Bug 1125933
Summary: | Documentation: provide a way to change /ca.crt for non-self-signed certs | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Lukas Zapletal <lzap> |
Component: | Documentation | Assignee: | Brian Proffitt <bproffit> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | --- | CC: | adahms, baptiste.agasse, bproffit, bugs, didi, gklein, jswensso, lzap, rbalakri, s.kieske, srevivo, vvasilev, ykaul, ylavi |
Target Milestone: | ovirt-4.1.1 | Flags: | ylavi:
ovirt-4.1?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-07 07:55:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Docs | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lukas Zapletal
2014-08-01 11:27:29 UTC
After some chat with mskrivanek it looks like this is hardcoded and can't be changed. Well, this is highly confusing, the URL should be /server.crt and not /ca.crt. The proper fix would be to serve the file via httpd allowing users to override this more easily. Please consider renaming /ca.crt to /server.crt (by default symlinking it to the same file) and changing the default configuration so Apache2 httpd serves these files instead of Java application. WORKAROUND: Put your proper CA file to /var/www/htdocs and remove the proxy for the /ca.crt url: cp your_ca.crt /var/www/html/ca.crt (optionally relabel the file) sed -iE 's/ca.crt$|//' /etc/httpd/conf.d/z-ovirt-engine-proxy.conf Moving pending bugs not fixed in 3.5.0 to 3.5.1. oVirt 3.5.1 has been released, re-targeting to 3.6.0 as not marked as urgent / high severity or priority This is an automated message. This Bugzilla report has been opened on a version which is not maintained anymore. Please check if this bug is still relevant in oVirt 3.5.4. If it's not relevant anymore, please close it (you may use EOL or CURRENT RELEASE resolution) If it's an RFE please update the version to 4.0 if still relevant. Oh yes, totally relevant. If you've used your own CA, why do you need oVirt to provide you the CA certificate? (In reply to Yaniv Kaul from comment #6) > If you've used your own CA, why do you need oVirt to provide you the CA > certificate? Because some tools expect to get it so that they can "verify" the connection. See e.g. bug 1059952. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. oVirt 4.1.0 GA has been released, re-targeting to 4.1.1. Please check if this issue is correctly targeted or already included in 4.1.0. Please refer to the upstream 4.x docs, that should include a section on this. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |