Bug 489385
Summary: | references to rhpki | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Dogtag Certificate System | Reporter: | Rob Crittenden <rcritten> | ||||||
Component: | CA | Assignee: | Christina Fu <cfu> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Chandrasekar Kannan <ckannan> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 1.0 | CC: | awnuk, benl, cfu, dpal, jgalipea, kevinu, mharmsen | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2012-06-04 20:14:43 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: | 445047, 533313, 541012 | ||||||||
Attachments: |
|
Description
Rob Crittenden
2009-03-09 19:59:21 UTC
setting priority to high as this is a required bug Created attachment 460911 [details]
replace rhpki references with pki
attachment 460911 [details] +mharmsen
CAVEATS:
* the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak" also
references "rhpki"
Additionally, these fixes uncovered a problem on the TIP where we were no longer installing the directory called "/usr/share/pki/setup/" containing the files "CertServer.directory", "menu.xml", and "web-app_2_3.dtd". I will attach the fix to this problem as another attachment to this bug, and will include the removal of the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak".
Created attachment 460925 [details]
Restore "/usr/share/pki/setup/" directory + files
RHCS81 $ svn commit silent/scripts ca/shared/webapps kra/shared ocsp/shared tks/shared Sending ca/shared/webapps/ca/WEB-INF/web.xml Sending kra/shared/webapps/kra/WEB-INF/web.xml Sending ocsp/shared/webapps/ocsp/WEB-INF/web.xml Sending silent/scripts/pkisilent Sending tks/shared/webapps/tks/WEB-INF/web.xml Transmitting file data ..... Committed revision 1510. TIP $ svn commit silent/scripts ca/shared/ kra/shared ocsp/shared tks/shared Sending ca/shared/webapps/ca/WEB-INF/web.xml Sending kra/shared/webapps/kra/WEB-INF/web.xml Sending ocsp/shared/webapps/ocsp/WEB-INF/web.xml Sending silent/scripts/pkisilent Sending tks/shared/webapps/tks/WEB-INF/web.xml Transmitting file data ..... Committed revision 1511. TIP: # cd pki/base # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? D ca/shared/conf/serverCertNick.conf.bak M common/build.xml # svn commit Deleting ca/shared/conf/serverCertNick.conf.bak Sending common/build.xml Transmitting file data . Committed revision 1512. PKI_8_BRANCH: # cd pki/base # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? D ca/shared/conf/serverCertNick.conf.bak # svn commit Deleting base/ca/shared/conf/serverCertNick.conf.bak Committed revision 1513. VERIFIED. RHEL5.6(x86_64) CS8.1 nightly(Nov-23-2010) build All subsystems(ca,kra,ocsp,tks) now refer to pki(instead of rhpki). ==================================== [root@autocs WEB-INF]# head web.xml <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "file:///usr/share/pki/setup/web-app_2_3.dtd"> <web-app> <filter> <filter-name>PassThroughRequestFilter</filter-name> <filter-class>com.netscape.cms.servlet.filter.PassThroughRequestFilter</filter-class> </filter> ==================================== |