Bug 410201
Summary: | can't choose file from CA Certificate file chooser | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joel Uckelman <uckelman> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | cra, dcbw, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.7.0-0.6.6.svn3138.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-07 01:18:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joel Uckelman
2007-12-04 11:52:46 UTC
Your certificates need to be PEM or DER formatted certificates and must have the extension .der or .pem. The problem is that pkcs12 certs aren't yet supported (they are easily converted iwth openssl to pem format) but they are hard to distinguish from DER certs based on content. Can you check to see if you rename your cert file and ensure that it is DER or PEM format that it works for you? Thanks... Aha. That was the problem. My certificate was already PEM, but I had it misnamed. Might I suggest that the file filter in the chooser indicate that it's only displaying *.(der|pem)? If it did, then this wouldn't have been so confusing. Can you try http://koji.fedoraproject.org/koji/taskinfo?taskID=276538 ? It should have the filter displayed. Yes, the svn3138 build solves the problem. Thanks! NetworkManager-0.7.0-0.6.6.svn3138.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update NetworkManager' NetworkManager-0.7.0-0.6.6.svn3138.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |