Bug 651867
Summary: | Admin certificates expiration date is way too long | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
Component: | z_other | Assignee: | Jay Dobies <jason.dobies> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | sghai, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:02:50 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: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Jay Dobies
2010-11-10 14:19:29 UTC
Fixed in CR 14 Verified with pulp build 0.208. The expiration time of certs is 7 days now. pulp-admin -u admin -p admin auth login --username admin --password admin User credentials successfully stored at [/root/.pulp/user-cert.pem] [root@dhcp201-175 .pulp]# openssl x509 -in user-cert.pem -noout -text <snippet> Data: Version: 1 (0x0) Serial Number: 9 (0x9) Signature Algorithm: sha1WithRSAEncryption Issuer: CN=RHUI User PKI Validity Not Before: Jul 19 09:38:22 2011 GMT Not After : Jul 26 09:38:22 2011 GMT Subject: CN=admin:admin:b244007c-1a1d-46ac-956b-6a6cfcb2dd52 Subject Public Key Info: Public Key Algorithm: rsaEncryption Public-Key: (1024 bit) </snippet> As per the comment 2, the expiration time of certs is 7 days now. And even after expiartion of these certs, pulp-admin is rejecting them. [root@dhcp201-175 .pulp]# pulp-admin cds list error: operation failed: sslv3 alert certificate expired So moving this to verified. Closing with Community Release 15 pulp-0.0.223-4. |