From 46fda5d944772ac62675570037785e39c517002b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 03:36:17 -0500 Subject: Reorganized CA, KRA, OCSP, TKS templates. All remaining theme files for Tomcat subsystems which include the templates and JS files have been moved from the theme folder at -ui/shared/webapps/ into the subsystem webapp folder at base//shared/webapps/. The deployment tools have been updated to use the new location. Ticket #407 --- base/ca/shared/webapps/ca/404.html | 146 ++ base/ca/shared/webapps/ca/500.html | 139 ++ .../shared/webapps/ca/GenUnexpectedError.template | 68 + .../webapps/ca/admin/GenUnexpectedError.template | 68 + .../webapps/ca/admin/ca/EnrollSuccess.template | 245 +++ .../webapps/ca/admin/ca/ImportAdminCert.template | 58 + .../shared/webapps/ca/admin/ca/ImportCert.template | 268 ++++ .../ca/shared/webapps/ca/admin/ca/adminEnroll.html | 779 +++++++++ .../ca/admin/ca/securitydomainlogin.template | 114 ++ .../shared/webapps/ca/admin/ca/sendCookie.template | 97 ++ base/ca/shared/webapps/ca/admin/cms-funcs.js | 538 +++++++ base/ca/shared/webapps/ca/admin/helpfun.js | 35 + base/ca/shared/webapps/ca/admin/index.html | 23 + base/ca/shared/webapps/ca/agent/GenError.template | 80 + .../ca/shared/webapps/ca/agent/GenPending.template | 63 + .../shared/webapps/ca/agent/GenRejected.template | 84 + .../ca/shared/webapps/ca/agent/GenSuccess.template | 46 + .../shared/webapps/ca/agent/GenSvcPending.template | 61 + .../webapps/ca/agent/GenUnauthorized.template | 44 + .../webapps/ca/agent/GenUnexpectedError.template | 68 + .../webapps/ca/agent/ca/EnrollSuccess.template | 219 +++ .../shared/webapps/ca/agent/ca/ImportCert.template | 263 +++ .../shared/webapps/ca/agent/ca/ListRequests.html | 112 ++ .../webapps/ca/agent/ca/ProfileApprove.template | 165 ++ .../webapps/ca/agent/ca/ProfileList.template | 75 + .../webapps/ca/agent/ca/ProfileProcess.template | 179 +++ .../webapps/ca/agent/ca/ProfileReview.template | 404 +++++ .../webapps/ca/agent/ca/ProfileSelect.template | 175 ++ base/ca/shared/webapps/ca/agent/ca/SrchCert.html | 1694 ++++++++++++++++++++ .../shared/webapps/ca/agent/ca/SrchRequests.html | 384 +++++ .../shared/webapps/ca/agent/ca/SrchRevokeCert.html | 1137 +++++++++++++ base/ca/shared/webapps/ca/agent/ca/UpdateDir.html | 367 +++++ base/ca/shared/webapps/ca/agent/ca/blank.html | 27 + .../webapps/ca/agent/ca/bulkissuance.template | 24 + .../webapps/ca/agent/ca/cloneRedirect.template | 41 + .../webapps/ca/agent/ca/confirmRevocation.template | 212 +++ .../webapps/ca/agent/ca/displayBySerial.template | 298 ++++ .../webapps/ca/agent/ca/displayBySerial2.template | 131 ++ .../shared/webapps/ca/agent/ca/displayCRL.template | 217 +++ .../ca/agent/ca/displayCertFromRequest.template | 197 +++ base/ca/shared/webapps/ca/agent/ca/error.template | 56 + base/ca/shared/webapps/ca/agent/ca/frameCRL.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameDir.html | 32 + .../webapps/ca/agent/ca/frameDisplayCRL.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameList.html | 32 + .../shared/webapps/ca/agent/ca/frameListReq.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameOCSP.html | 32 + .../shared/webapps/ca/agent/ca/frameProfile.html | 32 + .../ca/shared/webapps/ca/agent/ca/frameRevoke.html | 32 + .../ca/shared/webapps/ca/agent/ca/frameSearch.html | 32 + .../webapps/ca/agent/ca/frameSrchRequests.html | 32 + base/ca/shared/webapps/ca/agent/ca/frameStats.html | 32 + .../webapps/ca/agent/ca/getOCSPInfo.template | 117 ++ .../shared/webapps/ca/agent/ca/getStats.template | 140 ++ base/ca/shared/webapps/ca/agent/ca/index.html | 33 + base/ca/shared/webapps/ca/agent/ca/menuCRL.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuDir.html | 75 + .../shared/webapps/ca/agent/ca/menuDisplayCRL.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuList.html | 75 + .../ca/shared/webapps/ca/agent/ca/menuListReq.html | 74 + base/ca/shared/webapps/ca/agent/ca/menuOCSP.html | 75 + .../ca/shared/webapps/ca/agent/ca/menuProfile.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuRevoke.html | 70 + base/ca/shared/webapps/ca/agent/ca/menuSearch.html | 75 + .../webapps/ca/agent/ca/menuSrchRequests.html | 75 + base/ca/shared/webapps/ca/agent/ca/menuStats.html | 74 + base/ca/shared/webapps/ca/agent/ca/monitor.html | 77 + .../ca/shared/webapps/ca/agent/ca/monitor.template | 200 +++ .../shared/webapps/ca/agent/ca/notImplemented.html | 30 + .../webapps/ca/agent/ca/processCertReq.template | 228 +++ .../shared/webapps/ca/agent/ca/processReq.template | 1415 ++++++++++++++++ .../shared/webapps/ca/agent/ca/queryBySerial.html | 186 +++ base/ca/shared/webapps/ca/agent/ca/queryCert.html | 1543 ++++++++++++++++++ .../shared/webapps/ca/agent/ca/queryCert.template | 527 ++++++ .../shared/webapps/ca/agent/ca/queryReq.template | 453 ++++++ .../webapps/ca/agent/ca/reasonToRevoke.template | 491 ++++++ .../webapps/ca/agent/ca/revocationResult.template | 190 +++ .../webapps/ca/agent/ca/revokeBySerial.template | 88 + base/ca/shared/webapps/ca/agent/ca/revokeCert.html | 1086 +++++++++++++ .../shared/webapps/ca/agent/ca/srchCert.template | 435 +++++ .../webapps/ca/agent/ca/toDisplayCRL.template | 364 +++++ .../webapps/ca/agent/ca/toUpdateCRL.template | 386 +++++ base/ca/shared/webapps/ca/agent/ca/top.html | 48 + .../ca/agent/ca/unrevocationResult.template | 127 ++ base/ca/shared/webapps/ca/agent/ca/updateCRL.html | 78 + .../shared/webapps/ca/agent/ca/updateCRL.template | 180 +++ .../shared/webapps/ca/agent/ca/updateDir.template | 99 ++ base/ca/shared/webapps/ca/agent/cms-funcs.js | 538 +++++++ base/ca/shared/webapps/ca/agent/funcs.js | 736 +++++++++ base/ca/shared/webapps/ca/agent/header.template | 82 + base/ca/shared/webapps/ca/agent/helpfun.js | 35 + base/ca/shared/webapps/ca/agent/index.html | 23 + base/ca/shared/webapps/ca/agent/index.template | 140 ++ base/ca/shared/webapps/ca/agent/ports.template | 121 ++ base/ca/shared/webapps/ca/agent/xenroll.dll | Bin 0 -> 172664 bytes base/ca/shared/webapps/ca/ee/GenError.template | 72 + base/ca/shared/webapps/ca/ee/GenPending.template | 61 + base/ca/shared/webapps/ca/ee/GenRejected.template | 82 + base/ca/shared/webapps/ca/ee/GenSuccess.template | 44 + .../ca/shared/webapps/ca/ee/GenSvcPending.template | 61 + .../shared/webapps/ca/ee/GenUnauthorized.template | 42 + .../webapps/ca/ee/GenUnexpectedError.template | 62 + base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html | 426 +++++ base/ca/shared/webapps/ca/ee/ca/CMCEnrollment.html | 189 +++ base/ca/shared/webapps/ca/ee/ca/CMCRevReq.html | 66 + .../webapps/ca/ee/ca/CertBasedDualEnroll.html | 364 +++++ .../ca/ee/ca/CertBasedEncryptionEnroll.html | 508 ++++++ .../webapps/ca/ee/ca/CertBasedSingleEnroll.html | 510 ++++++ .../shared/webapps/ca/ee/ca/ChallengeRevoke1.html | 175 ++ .../shared/webapps/ca/ee/ca/DirPinUserEnroll.html | 533 ++++++ base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html | 517 ++++++ base/ca/shared/webapps/ca/ee/ca/DisplayCRL.html | 169 ++ .../shared/webapps/ca/ee/ca/EnrollSuccess.template | 248 +++ base/ca/shared/webapps/ca/ee/ca/GetCAChain.html | 107 ++ .../webapps/ca/ee/ca/ImportAdminCert.template | 58 + .../ca/shared/webapps/ca/ee/ca/ImportCert.template | 268 ++++ base/ca/shared/webapps/ca/ee/ca/KeyRecovery.html | 41 + base/ca/shared/webapps/ca/ee/ca/ManCAEnroll.html | 162 ++ .../shared/webapps/ca/ee/ca/ManObjSignEnroll.html | 693 ++++++++ base/ca/shared/webapps/ca/ee/ca/ManRAEnroll.html | 156 ++ .../shared/webapps/ca/ee/ca/ManServerEnroll.html | 167 ++ base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html | 705 ++++++++ base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html | 508 ++++++ base/ca/shared/webapps/ca/ee/ca/OCSPResponder.html | 156 ++ .../webapps/ca/ee/ca/ObjSignPKCS10Enroll.html | 213 +++ .../shared/webapps/ca/ee/ca/PortalEnrollment.html | 751 +++++++++ .../shared/webapps/ca/ee/ca/ProfileList.template | 71 + .../shared/webapps/ca/ee/ca/ProfileSelect.template | 865 ++++++++++ base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.html | 30 + .../shared/webapps/ca/ee/ca/ProfileSubmit.template | 137 ++ .../webapps/ca/ee/ca/RenewalSuccess.template | 217 +++ .../webapps/ca/ee/ca/RevocationSuccess.template | 89 + base/ca/shared/webapps/ca/ee/ca/UserDnEnroll.html | 472 ++++++ base/ca/shared/webapps/ca/ee/ca/UserRenewal.html | 98 ++ .../ca/shared/webapps/ca/ee/ca/UserRevocation.html | 118 ++ base/ca/shared/webapps/ca/ee/ca/bench2k.html | 58 + base/ca/shared/webapps/ca/ee/ca/checkRequest.html | 76 + .../webapps/ca/ee/ca/displayBySerial.template | 224 +++ .../webapps/ca/ee/ca/displayBySerial2.template | 131 ++ .../ca/shared/webapps/ca/ee/ca/displayCRL.template | 227 +++ .../shared/webapps/ca/ee/ca/displayCaCert.template | 111 ++ .../ca/ee/ca/displayCertFromRequest.template | 177 ++ base/ca/shared/webapps/ca/ee/ca/enrollMenu.html | 31 + base/ca/shared/webapps/ca/ee/ca/index.html | 388 +++++ .../webapps/ca/ee/ca/policyEnrollment/index.html | 556 +++++++ .../ca/ee/ca/policyEnrollment/profileMenu.html | 36 + .../ca/ee/ca/policyEnrollment/retrievalMenu.html | 36 + .../ca/ee/ca/policyEnrollment/revocationMenu.html | 31 + .../webapps/ca/ee/ca/profileEnrollment/index.html | 393 +++++ .../ca/ee/ca/profileEnrollment/profileMenu.html | 32 + .../ca/ee/ca/profileEnrollment/retrievalMenu.html | 36 + .../ca/ee/ca/profileEnrollment/revocationMenu.html | 31 + base/ca/shared/webapps/ca/ee/ca/profileMenu.html | 32 + base/ca/shared/webapps/ca/ee/ca/queryBySerial.html | 190 +++ base/ca/shared/webapps/ca/ee/ca/queryCert.html | 1518 ++++++++++++++++++ base/ca/shared/webapps/ca/ee/ca/queryCert.template | 499 ++++++ .../webapps/ca/ee/ca/reasonToRevoke.template | 480 ++++++ base/ca/shared/webapps/ca/ee/ca/recoveryMenu.html | 32 + .../webapps/ca/ee/ca/remoteAuthConfig.template | 74 + base/ca/shared/webapps/ca/ee/ca/renewalMenu.html | 32 + .../shared/webapps/ca/ee/ca/requestStatus.template | 221 +++ base/ca/shared/webapps/ca/ee/ca/retrievalMenu.html | 36 + .../ca/shared/webapps/ca/ee/ca/revocationMenu.html | 31 + .../webapps/ca/ee/ca/revocationResult.template | 190 +++ base/ca/shared/webapps/ca/ee/ca/srchCert.html | 1587 ++++++++++++++++++ base/ca/shared/webapps/ca/ee/ca/srchCert.template | 487 ++++++ base/ca/shared/webapps/ca/ee/ca/tabs.html | 35 + .../shared/webapps/ca/ee/ca/toDisplayCRL.template | 231 +++ .../webapps/ca/ee/ca/unrevocationResult.template | 126 ++ base/ca/shared/webapps/ca/ee/cms-funcs.js | 746 +++++++++ base/ca/shared/webapps/ca/ee/helpfun.js | 35 + base/ca/shared/webapps/ca/ee/index.html | 23 + base/ca/shared/webapps/ca/index.html | 23 + base/ca/shared/webapps/ca/services.template | 106 ++ base/deploy/src/scriptlets/webapp_deployment.py | 11 +- base/kra/shared/webapps/kra/404.html | 146 ++ base/kra/shared/webapps/kra/500.html | 139 ++ .../shared/webapps/kra/GenUnexpectedError.template | 68 + .../kra/shared/webapps/kra/agent/GenError.template | 78 + .../shared/webapps/kra/agent/GenPending.template | 61 + .../shared/webapps/kra/agent/GenRejected.template | 82 + .../shared/webapps/kra/agent/GenSuccess.template | 44 + .../webapps/kra/agent/GenSvcPending.template | 61 + .../webapps/kra/agent/GenUnauthorized.template | 42 + .../webapps/kra/agent/GenUnexpectedError.template | 68 + base/kra/shared/webapps/kra/agent/cms-funcs.js | 538 +++++++ base/kra/shared/webapps/kra/agent/funcs.js | 686 ++++++++ base/kra/shared/webapps/kra/agent/header.template | 82 + base/kra/shared/webapps/kra/agent/helpfun.js | 35 + base/kra/shared/webapps/kra/agent/index.html | 23 + base/kra/shared/webapps/kra/agent/index.template | 140 ++ .../webapps/kra/agent/kra/GrantRecovery.html | 46 + .../shared/webapps/kra/agent/kra/ListRequests.html | 96 ++ base/kra/shared/webapps/kra/agent/kra/SrchKey.html | 323 ++++ .../webapps/kra/agent/kra/SrchRecoverKey.html | 328 ++++ base/kra/shared/webapps/kra/agent/kra/blank.html | 10 + .../webapps/kra/agent/kra/confirmRecover.html | 6 + .../kra/agent/kra/confirmRecoverBySerial.template | 70 + .../webapps/kra/agent/kra/displayBySerial.template | 120 ++ .../kra/agent/kra/displayBySerial2.template | 132 ++ .../agent/kra/displayBySerialForRecovery.template | 239 +++ .../webapps/kra/agent/kra/examineRecovery.template | 109 ++ .../kra/agent/kra/finishAsyncRecovery.template | 101 ++ .../webapps/kra/agent/kra/finishRecovery.template | 101 ++ .../shared/webapps/kra/agent/kra/frameGrant.html | 18 + .../shared/webapps/kra/agent/kra/frameRecover.html | 18 + .../shared/webapps/kra/agent/kra/frameRequest.html | 18 + .../shared/webapps/kra/agent/kra/frameSearch.html | 18 + .../shared/webapps/kra/agent/kra/frameStats.html | 18 + .../kra/agent/kra/getApprovalStatus.template | 102 ++ .../shared/webapps/kra/agent/kra/getStats.template | 124 ++ .../kra/agent/kra/grantAsyncRecovery.template | 45 + .../webapps/kra/agent/kra/grantRecovery.template | 44 + base/kra/shared/webapps/kra/agent/kra/index.html | 18 + .../shared/webapps/kra/agent/kra/menuCheck.html | 33 + .../shared/webapps/kra/agent/kra/menuGrant.html | 33 + .../shared/webapps/kra/agent/kra/menuRecover.html | 33 + .../shared/webapps/kra/agent/kra/menuRequest.html | 33 + .../shared/webapps/kra/agent/kra/menuSearch.html | 33 + .../shared/webapps/kra/agent/kra/menuStats.html | 37 + .../shared/webapps/kra/agent/kra/monitor.template | 184 +++ .../webapps/kra/agent/kra/processReq.template | 281 ++++ .../shared/webapps/kra/agent/kra/queryKey.template | 208 +++ .../kra/agent/kra/queryKeyForRecovery.template | 220 +++ .../shared/webapps/kra/agent/kra/queryReq.template | 385 +++++ .../webapps/kra/agent/kra/recoverBySerial.template | 76 + .../shared/webapps/kra/agent/kra/srchKey.template | 213 +++ .../kra/agent/kra/srchKeyForRecovery.template | 227 +++ base/kra/shared/webapps/kra/agent/kra/top.html | 48 + base/kra/shared/webapps/kra/index.html | 23 + base/kra/shared/webapps/kra/services.template | 106 ++ base/ocsp/shared/webapps/ocsp/404.html | 146 ++ base/ocsp/shared/webapps/ocsp/500.html | 139 ++ .../webapps/ocsp/GenUnexpectedError.template | 68 + .../shared/webapps/ocsp/agent/GenError.template | 78 + .../shared/webapps/ocsp/agent/GenPending.template | 61 + .../shared/webapps/ocsp/agent/GenRejected.template | 82 + .../shared/webapps/ocsp/agent/GenSuccess.template | 44 + .../webapps/ocsp/agent/GenSvcPending.template | 61 + .../webapps/ocsp/agent/GenUnauthorized.template | 42 + .../webapps/ocsp/agent/GenUnexpectedError.template | 68 + base/ocsp/shared/webapps/ocsp/agent/cms-funcs.js | 539 +++++++ base/ocsp/shared/webapps/ocsp/agent/funcs.js | 686 ++++++++ .../ocsp/shared/webapps/ocsp/agent/header.template | 82 + base/ocsp/shared/webapps/ocsp/agent/helpfun.js | 35 + base/ocsp/shared/webapps/ocsp/agent/index.html | 23 + base/ocsp/shared/webapps/ocsp/agent/index.template | 140 ++ .../ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html | 69 + .../shared/webapps/ocsp/agent/ocsp/AddCRL.html | 82 + .../shared/webapps/ocsp/agent/ocsp/CheckCert.html | 69 + .../shared/webapps/ocsp/agent/ocsp/addCA.template | 59 + .../shared/webapps/ocsp/agent/ocsp/addCRL.template | 59 + .../webapps/ocsp/agent/ocsp/checkCert.template | 79 + .../shared/webapps/ocsp/agent/ocsp/frameAddCA.html | 32 + .../webapps/ocsp/agent/ocsp/frameAddCRL.html | 32 + .../webapps/ocsp/agent/ocsp/frameCheckCert.html | 32 + .../webapps/ocsp/agent/ocsp/frameListCA.html | 32 + .../shared/webapps/ocsp/agent/ocsp/frameOCSP.html | 32 + .../shared/webapps/ocsp/agent/ocsp/frameStats.html | 32 + .../webapps/ocsp/agent/ocsp/getOCSPInfo.template | 118 ++ .../webapps/ocsp/agent/ocsp/getStats.template | 141 ++ .../ocsp/shared/webapps/ocsp/agent/ocsp/index.html | 33 + .../webapps/ocsp/agent/ocsp/listCAs.template | 146 ++ .../shared/webapps/ocsp/agent/ocsp/menuAddCA.html | 50 + .../shared/webapps/ocsp/agent/ocsp/menuAddCRL.html | 50 + .../webapps/ocsp/agent/ocsp/menuCheckCert.html | 50 + .../shared/webapps/ocsp/agent/ocsp/menuListCA.html | 50 + .../shared/webapps/ocsp/agent/ocsp/menuOCSP.html | 50 + .../shared/webapps/ocsp/agent/ocsp/menuStats.html | 54 + .../webapps/ocsp/agent/ocsp/removeCA.template | 65 + base/ocsp/shared/webapps/ocsp/agent/ports.template | 121 ++ base/ocsp/shared/webapps/ocsp/index.html | 23 + base/ocsp/shared/webapps/ocsp/services.template | 106 ++ base/tks/shared/webapps/tks/404.html | 146 ++ base/tks/shared/webapps/tks/500.html | 139 ++ .../shared/webapps/tks/GenUnexpectedError.template | 68 + .../tks/shared/webapps/tks/agent/GenError.template | 78 + .../shared/webapps/tks/agent/GenPending.template | 61 + .../shared/webapps/tks/agent/GenRejected.template | 82 + .../shared/webapps/tks/agent/GenSuccess.template | 44 + .../webapps/tks/agent/GenSvcPending.template | 61 + .../webapps/tks/agent/GenUnauthorized.template | 42 + .../webapps/tks/agent/GenUnexpectedError.template | 68 + base/tks/shared/webapps/tks/agent/cms-funcs.js | 538 +++++++ base/tks/shared/webapps/tks/agent/funcs.js | 686 ++++++++ base/tks/shared/webapps/tks/agent/header.template | 82 + base/tks/shared/webapps/tks/agent/helpfun.js | 36 + base/tks/shared/webapps/tks/agent/index.html | 23 + base/tks/shared/webapps/tks/agent/index.template | 140 ++ base/tks/shared/webapps/tks/agent/ports.template | 121 ++ .../shared/webapps/tks/agent/tks/getStats.template | 141 ++ base/tks/shared/webapps/tks/agent/tks/index.html | 31 + base/tks/shared/webapps/tks/index.html | 23 + base/tks/shared/webapps/tks/services.template | 106 ++ dogtag/ca-ui/shared/webapps/ca/404.html | 146 -- dogtag/ca-ui/shared/webapps/ca/500.html | 139 -- .../shared/webapps/ca/GenUnexpectedError.template | 68 - .../webapps/ca/admin/GenUnexpectedError.template | 68 - .../webapps/ca/admin/ca/EnrollSuccess.template | 245 --- .../webapps/ca/admin/ca/ImportAdminCert.template | 58 - .../shared/webapps/ca/admin/ca/ImportCert.template | 268 ---- .../shared/webapps/ca/admin/ca/adminEnroll.html | 779 --------- .../ca/admin/ca/securitydomainlogin.template | 114 -- .../shared/webapps/ca/admin/ca/sendCookie.template | 97 -- dogtag/ca-ui/shared/webapps/ca/admin/cms-funcs.js | 538 ------- dogtag/ca-ui/shared/webapps/ca/admin/helpfun.js | 35 - dogtag/ca-ui/shared/webapps/ca/admin/index.html | 23 - .../shared/webapps/ca/agent/GenError.template | 80 - .../shared/webapps/ca/agent/GenPending.template | 63 - .../shared/webapps/ca/agent/GenRejected.template | 84 - .../shared/webapps/ca/agent/GenSuccess.template | 46 - .../shared/webapps/ca/agent/GenSvcPending.template | 61 - .../webapps/ca/agent/GenUnauthorized.template | 44 - .../webapps/ca/agent/GenUnexpectedError.template | 68 - .../webapps/ca/agent/ca/EnrollSuccess.template | 219 --- .../shared/webapps/ca/agent/ca/ImportCert.template | 263 --- .../shared/webapps/ca/agent/ca/ListRequests.html | 112 -- .../webapps/ca/agent/ca/ProfileApprove.template | 165 -- .../webapps/ca/agent/ca/ProfileList.template | 75 - .../webapps/ca/agent/ca/ProfileProcess.template | 179 --- .../webapps/ca/agent/ca/ProfileReview.template | 404 ----- .../webapps/ca/agent/ca/ProfileSelect.template | 175 -- .../ca-ui/shared/webapps/ca/agent/ca/SrchCert.html | 1694 -------------------- .../shared/webapps/ca/agent/ca/SrchRequests.html | 384 ----- .../shared/webapps/ca/agent/ca/SrchRevokeCert.html | 1137 ------------- .../shared/webapps/ca/agent/ca/UpdateDir.html | 367 ----- dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html | 27 - .../webapps/ca/agent/ca/bulkissuance.template | 24 - .../webapps/ca/agent/ca/cloneRedirect.template | 41 - .../webapps/ca/agent/ca/confirmRevocation.template | 212 --- .../webapps/ca/agent/ca/displayBySerial.template | 298 ---- .../webapps/ca/agent/ca/displayBySerial2.template | 131 -- .../shared/webapps/ca/agent/ca/displayCRL.template | 217 --- .../ca/agent/ca/displayCertFromRequest.template | 197 --- .../shared/webapps/ca/agent/ca/error.template | 56 - .../ca-ui/shared/webapps/ca/agent/ca/frameCRL.html | 32 - .../ca-ui/shared/webapps/ca/agent/ca/frameDir.html | 32 - .../webapps/ca/agent/ca/frameDisplayCRL.html | 32 - .../shared/webapps/ca/agent/ca/frameList.html | 32 - .../shared/webapps/ca/agent/ca/frameListReq.html | 32 - .../shared/webapps/ca/agent/ca/frameOCSP.html | 32 - .../shared/webapps/ca/agent/ca/frameProfile.html | 32 - .../shared/webapps/ca/agent/ca/frameRevoke.html | 32 - .../shared/webapps/ca/agent/ca/frameSearch.html | 32 - .../webapps/ca/agent/ca/frameSrchRequests.html | 32 - .../shared/webapps/ca/agent/ca/frameStats.html | 32 - .../webapps/ca/agent/ca/getOCSPInfo.template | 117 -- .../shared/webapps/ca/agent/ca/getStats.template | 140 -- dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html | 33 - .../ca-ui/shared/webapps/ca/agent/ca/menuCRL.html | 75 - .../ca-ui/shared/webapps/ca/agent/ca/menuDir.html | 75 - .../shared/webapps/ca/agent/ca/menuDisplayCRL.html | 75 - .../ca-ui/shared/webapps/ca/agent/ca/menuList.html | 75 - .../shared/webapps/ca/agent/ca/menuListReq.html | 74 - .../ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html | 75 - .../shared/webapps/ca/agent/ca/menuProfile.html | 75 - .../shared/webapps/ca/agent/ca/menuRevoke.html | 70 - .../shared/webapps/ca/agent/ca/menuSearch.html | 75 - .../webapps/ca/agent/ca/menuSrchRequests.html | 75 - .../shared/webapps/ca/agent/ca/menuStats.html | 74 - .../ca-ui/shared/webapps/ca/agent/ca/monitor.html | 77 - .../shared/webapps/ca/agent/ca/monitor.template | 200 --- .../shared/webapps/ca/agent/ca/notImplemented.html | 30 - .../webapps/ca/agent/ca/processCertReq.template | 228 --- .../shared/webapps/ca/agent/ca/processReq.template | 1415 ---------------- .../shared/webapps/ca/agent/ca/queryBySerial.html | 186 --- .../shared/webapps/ca/agent/ca/queryCert.html | 1543 ------------------ .../shared/webapps/ca/agent/ca/queryCert.template | 527 ------ .../shared/webapps/ca/agent/ca/queryReq.template | 453 ------ .../webapps/ca/agent/ca/reasonToRevoke.template | 491 ------ .../webapps/ca/agent/ca/revocationResult.template | 190 --- .../webapps/ca/agent/ca/revokeBySerial.template | 88 - .../shared/webapps/ca/agent/ca/revokeCert.html | 1086 ------------- .../shared/webapps/ca/agent/ca/srchCert.template | 435 ----- .../webapps/ca/agent/ca/toDisplayCRL.template | 364 ----- .../webapps/ca/agent/ca/toUpdateCRL.template | 386 ----- dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html | 48 - .../ca/agent/ca/unrevocationResult.template | 127 -- .../shared/webapps/ca/agent/ca/updateCRL.html | 78 - .../shared/webapps/ca/agent/ca/updateCRL.template | 180 --- .../shared/webapps/ca/agent/ca/updateDir.template | 99 -- dogtag/ca-ui/shared/webapps/ca/agent/cms-funcs.js | 538 ------- dogtag/ca-ui/shared/webapps/ca/agent/funcs.js | 736 --------- .../ca-ui/shared/webapps/ca/agent/header.template | 82 - dogtag/ca-ui/shared/webapps/ca/agent/helpfun.js | 35 - dogtag/ca-ui/shared/webapps/ca/agent/index.html | 23 - .../ca-ui/shared/webapps/ca/agent/index.template | 140 -- .../ca-ui/shared/webapps/ca/agent/ports.template | 121 -- dogtag/ca-ui/shared/webapps/ca/agent/xenroll.dll | Bin 172664 -> 0 bytes .../ca-ui/shared/webapps/ca/ee/GenError.template | 72 - .../ca-ui/shared/webapps/ca/ee/GenPending.template | 61 - .../shared/webapps/ca/ee/GenRejected.template | 82 - .../ca-ui/shared/webapps/ca/ee/GenSuccess.template | 44 - .../shared/webapps/ca/ee/GenSvcPending.template | 61 - .../shared/webapps/ca/ee/GenUnauthorized.template | 42 - .../webapps/ca/ee/GenUnexpectedError.template | 62 - .../ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html | 426 ----- .../shared/webapps/ca/ee/ca/CMCEnrollment.html | 189 --- .../ca-ui/shared/webapps/ca/ee/ca/CMCRevReq.html | 66 - .../webapps/ca/ee/ca/CertBasedDualEnroll.html | 364 ----- .../ca/ee/ca/CertBasedEncryptionEnroll.html | 508 ------ .../webapps/ca/ee/ca/CertBasedSingleEnroll.html | 510 ------ .../shared/webapps/ca/ee/ca/ChallengeRevoke1.html | 175 -- .../shared/webapps/ca/ee/ca/DirPinUserEnroll.html | 533 ------ .../shared/webapps/ca/ee/ca/DirUserEnroll.html | 517 ------ .../ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html | 169 -- .../shared/webapps/ca/ee/ca/EnrollSuccess.template | 248 --- .../ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html | 107 -- .../webapps/ca/ee/ca/ImportAdminCert.template | 58 - .../shared/webapps/ca/ee/ca/ImportCert.template | 268 ---- .../ca-ui/shared/webapps/ca/ee/ca/KeyRecovery.html | 41 - .../ca-ui/shared/webapps/ca/ee/ca/ManCAEnroll.html | 162 -- .../shared/webapps/ca/ee/ca/ManObjSignEnroll.html | 693 -------- .../ca-ui/shared/webapps/ca/ee/ca/ManRAEnroll.html | 156 -- .../shared/webapps/ca/ee/ca/ManServerEnroll.html | 167 -- .../shared/webapps/ca/ee/ca/ManUserEnroll.html | 705 -------- .../shared/webapps/ca/ee/ca/NISUserEnroll.html | 508 ------ .../shared/webapps/ca/ee/ca/OCSPResponder.html | 156 -- .../webapps/ca/ee/ca/ObjSignPKCS10Enroll.html | 213 --- .../shared/webapps/ca/ee/ca/PortalEnrollment.html | 751 --------- .../shared/webapps/ca/ee/ca/ProfileList.template | 71 - .../shared/webapps/ca/ee/ca/ProfileSelect.template | 865 ---------- .../shared/webapps/ca/ee/ca/ProfileSubmit.html | 30 - .../shared/webapps/ca/ee/ca/ProfileSubmit.template | 137 -- .../webapps/ca/ee/ca/RenewalSuccess.template | 217 --- .../webapps/ca/ee/ca/RevocationSuccess.template | 89 - .../shared/webapps/ca/ee/ca/UserDnEnroll.html | 472 ------ .../ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html | 98 -- .../shared/webapps/ca/ee/ca/UserRevocation.html | 118 -- dogtag/ca-ui/shared/webapps/ca/ee/ca/bench2k.html | 58 - .../shared/webapps/ca/ee/ca/checkRequest.html | 76 - .../webapps/ca/ee/ca/displayBySerial.template | 224 --- .../webapps/ca/ee/ca/displayBySerial2.template | 131 -- .../shared/webapps/ca/ee/ca/displayCRL.template | 227 --- .../shared/webapps/ca/ee/ca/displayCaCert.template | 111 -- .../ca/ee/ca/displayCertFromRequest.template | 177 -- .../ca-ui/shared/webapps/ca/ee/ca/enrollMenu.html | 31 - dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html | 388 ----- .../webapps/ca/ee/ca/policyEnrollment/index.html | 556 ------- .../ca/ee/ca/policyEnrollment/profileMenu.html | 36 - .../ca/ee/ca/policyEnrollment/retrievalMenu.html | 36 - .../ca/ee/ca/policyEnrollment/revocationMenu.html | 31 - .../webapps/ca/ee/ca/profileEnrollment/index.html | 393 ----- .../ca/ee/ca/profileEnrollment/profileMenu.html | 32 - .../ca/ee/ca/profileEnrollment/retrievalMenu.html | 36 - .../ca/ee/ca/profileEnrollment/revocationMenu.html | 31 - .../ca-ui/shared/webapps/ca/ee/ca/profileMenu.html | 32 - .../shared/webapps/ca/ee/ca/queryBySerial.html | 190 --- .../ca-ui/shared/webapps/ca/ee/ca/queryCert.html | 1518 ------------------ .../shared/webapps/ca/ee/ca/queryCert.template | 499 ------ .../webapps/ca/ee/ca/reasonToRevoke.template | 480 ------ .../shared/webapps/ca/ee/ca/recoveryMenu.html | 32 - .../webapps/ca/ee/ca/remoteAuthConfig.template | 74 - .../ca-ui/shared/webapps/ca/ee/ca/renewalMenu.html | 32 - .../shared/webapps/ca/ee/ca/requestStatus.template | 221 --- .../shared/webapps/ca/ee/ca/retrievalMenu.html | 36 - .../shared/webapps/ca/ee/ca/revocationMenu.html | 31 - .../webapps/ca/ee/ca/revocationResult.template | 190 --- dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html | 1587 ------------------ .../shared/webapps/ca/ee/ca/srchCert.template | 487 ------ dogtag/ca-ui/shared/webapps/ca/ee/ca/tabs.html | 35 - .../shared/webapps/ca/ee/ca/toDisplayCRL.template | 231 --- .../webapps/ca/ee/ca/unrevocationResult.template | 126 -- dogtag/ca-ui/shared/webapps/ca/ee/cms-funcs.js | 746 --------- dogtag/ca-ui/shared/webapps/ca/ee/helpfun.js | 35 - dogtag/ca-ui/shared/webapps/ca/ee/index.html | 23 - dogtag/ca-ui/shared/webapps/ca/index.html | 23 - dogtag/ca-ui/shared/webapps/ca/services.template | 106 -- dogtag/kra-ui/shared/webapps/kra/404.html | 146 -- dogtag/kra-ui/shared/webapps/kra/500.html | 139 -- .../shared/webapps/kra/GenUnexpectedError.template | 68 - .../shared/webapps/kra/agent/GenError.template | 78 - .../shared/webapps/kra/agent/GenPending.template | 61 - .../shared/webapps/kra/agent/GenRejected.template | 82 - .../shared/webapps/kra/agent/GenSuccess.template | 44 - .../webapps/kra/agent/GenSvcPending.template | 61 - .../webapps/kra/agent/GenUnauthorized.template | 42 - .../webapps/kra/agent/GenUnexpectedError.template | 68 - .../kra-ui/shared/webapps/kra/agent/cms-funcs.js | 538 ------- dogtag/kra-ui/shared/webapps/kra/agent/funcs.js | 686 -------- .../shared/webapps/kra/agent/header.template | 82 - dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js | 35 - dogtag/kra-ui/shared/webapps/kra/agent/index.html | 23 - .../kra-ui/shared/webapps/kra/agent/index.template | 140 -- .../webapps/kra/agent/kra/GrantRecovery.html | 46 - .../shared/webapps/kra/agent/kra/ListRequests.html | 96 -- .../shared/webapps/kra/agent/kra/SrchKey.html | 323 ---- .../webapps/kra/agent/kra/SrchRecoverKey.html | 328 ---- .../kra-ui/shared/webapps/kra/agent/kra/blank.html | 10 - .../webapps/kra/agent/kra/confirmRecover.html | 6 - .../kra/agent/kra/confirmRecoverBySerial.template | 70 - .../webapps/kra/agent/kra/displayBySerial.template | 120 -- .../kra/agent/kra/displayBySerial2.template | 132 -- .../agent/kra/displayBySerialForRecovery.template | 239 --- .../webapps/kra/agent/kra/examineRecovery.template | 109 -- .../kra/agent/kra/finishAsyncRecovery.template | 101 -- .../webapps/kra/agent/kra/finishRecovery.template | 101 -- .../shared/webapps/kra/agent/kra/frameGrant.html | 18 - .../shared/webapps/kra/agent/kra/frameRecover.html | 18 - .../shared/webapps/kra/agent/kra/frameRequest.html | 18 - .../shared/webapps/kra/agent/kra/frameSearch.html | 18 - .../shared/webapps/kra/agent/kra/frameStats.html | 18 - .../kra/agent/kra/getApprovalStatus.template | 102 -- .../shared/webapps/kra/agent/kra/getStats.template | 124 -- .../kra/agent/kra/grantAsyncRecovery.template | 45 - .../webapps/kra/agent/kra/grantRecovery.template | 44 - .../kra-ui/shared/webapps/kra/agent/kra/index.html | 18 - .../shared/webapps/kra/agent/kra/menuCheck.html | 33 - .../shared/webapps/kra/agent/kra/menuGrant.html | 33 - .../shared/webapps/kra/agent/kra/menuRecover.html | 33 - .../shared/webapps/kra/agent/kra/menuRequest.html | 33 - .../shared/webapps/kra/agent/kra/menuSearch.html | 33 - .../shared/webapps/kra/agent/kra/menuStats.html | 37 - .../shared/webapps/kra/agent/kra/monitor.template | 184 --- .../webapps/kra/agent/kra/processReq.template | 281 ---- .../shared/webapps/kra/agent/kra/queryKey.template | 208 --- .../kra/agent/kra/queryKeyForRecovery.template | 220 --- .../shared/webapps/kra/agent/kra/queryReq.template | 385 ----- .../webapps/kra/agent/kra/recoverBySerial.template | 76 - .../shared/webapps/kra/agent/kra/srchKey.template | 213 --- .../kra/agent/kra/srchKeyForRecovery.template | 227 --- .../kra-ui/shared/webapps/kra/agent/kra/top.html | 48 - dogtag/kra-ui/shared/webapps/kra/index.html | 23 - dogtag/kra-ui/shared/webapps/kra/services.template | 106 -- dogtag/ocsp-ui/shared/webapps/ocsp/404.html | 146 -- dogtag/ocsp-ui/shared/webapps/ocsp/500.html | 139 -- .../webapps/ocsp/GenUnexpectedError.template | 68 - .../shared/webapps/ocsp/agent/GenError.template | 78 - .../shared/webapps/ocsp/agent/GenPending.template | 61 - .../shared/webapps/ocsp/agent/GenRejected.template | 82 - .../shared/webapps/ocsp/agent/GenSuccess.template | 44 - .../webapps/ocsp/agent/GenSvcPending.template | 61 - .../webapps/ocsp/agent/GenUnauthorized.template | 42 - .../webapps/ocsp/agent/GenUnexpectedError.template | 68 - .../ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js | 539 ------- dogtag/ocsp-ui/shared/webapps/ocsp/agent/funcs.js | 686 -------- .../shared/webapps/ocsp/agent/header.template | 82 - .../ocsp-ui/shared/webapps/ocsp/agent/helpfun.js | 35 - .../ocsp-ui/shared/webapps/ocsp/agent/index.html | 23 - .../shared/webapps/ocsp/agent/index.template | 140 -- .../shared/webapps/ocsp/agent/ocsp/AddCA.html | 69 - .../shared/webapps/ocsp/agent/ocsp/AddCRL.html | 82 - .../shared/webapps/ocsp/agent/ocsp/CheckCert.html | 69 - .../shared/webapps/ocsp/agent/ocsp/addCA.template | 59 - .../shared/webapps/ocsp/agent/ocsp/addCRL.template | 59 - .../webapps/ocsp/agent/ocsp/checkCert.template | 79 - .../shared/webapps/ocsp/agent/ocsp/frameAddCA.html | 32 - .../webapps/ocsp/agent/ocsp/frameAddCRL.html | 32 - .../webapps/ocsp/agent/ocsp/frameCheckCert.html | 32 - .../webapps/ocsp/agent/ocsp/frameListCA.html | 32 - .../shared/webapps/ocsp/agent/ocsp/frameOCSP.html | 32 - .../shared/webapps/ocsp/agent/ocsp/frameStats.html | 32 - .../webapps/ocsp/agent/ocsp/getOCSPInfo.template | 118 -- .../webapps/ocsp/agent/ocsp/getStats.template | 141 -- .../shared/webapps/ocsp/agent/ocsp/index.html | 33 - .../webapps/ocsp/agent/ocsp/listCAs.template | 146 -- .../shared/webapps/ocsp/agent/ocsp/menuAddCA.html | 50 - .../shared/webapps/ocsp/agent/ocsp/menuAddCRL.html | 50 - .../webapps/ocsp/agent/ocsp/menuCheckCert.html | 50 - .../shared/webapps/ocsp/agent/ocsp/menuListCA.html | 50 - .../shared/webapps/ocsp/agent/ocsp/menuOCSP.html | 50 - .../shared/webapps/ocsp/agent/ocsp/menuStats.html | 54 - .../webapps/ocsp/agent/ocsp/removeCA.template | 65 - .../shared/webapps/ocsp/agent/ports.template | 121 -- dogtag/ocsp-ui/shared/webapps/ocsp/index.html | 23 - .../ocsp-ui/shared/webapps/ocsp/services.template | 106 -- dogtag/tks-ui/shared/webapps/tks/404.html | 146 -- dogtag/tks-ui/shared/webapps/tks/500.html | 139 -- .../shared/webapps/tks/GenUnexpectedError.template | 68 - .../shared/webapps/tks/agent/GenError.template | 78 - .../shared/webapps/tks/agent/GenPending.template | 61 - .../shared/webapps/tks/agent/GenRejected.template | 82 - .../shared/webapps/tks/agent/GenSuccess.template | 44 - .../webapps/tks/agent/GenSvcPending.template | 61 - .../webapps/tks/agent/GenUnauthorized.template | 42 - .../webapps/tks/agent/GenUnexpectedError.template | 68 - .../tks-ui/shared/webapps/tks/agent/cms-funcs.js | 538 ------- dogtag/tks-ui/shared/webapps/tks/agent/funcs.js | 686 -------- .../shared/webapps/tks/agent/header.template | 82 - dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js | 36 - dogtag/tks-ui/shared/webapps/tks/agent/index.html | 23 - .../tks-ui/shared/webapps/tks/agent/index.template | 140 -- .../tks-ui/shared/webapps/tks/agent/ports.template | 121 -- .../shared/webapps/tks/agent/tks/getStats.template | 141 -- .../tks-ui/shared/webapps/tks/agent/tks/index.html | 31 - dogtag/tks-ui/shared/webapps/tks/index.html | 23 - dogtag/tks-ui/shared/webapps/tks/services.template | 106 -- 587 files changed, 53535 insertions(+), 53540 deletions(-) create mode 100755 base/ca/shared/webapps/ca/404.html create mode 100755 base/ca/shared/webapps/ca/500.html create mode 100644 base/ca/shared/webapps/ca/GenUnexpectedError.template create mode 100644 base/ca/shared/webapps/ca/admin/GenUnexpectedError.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/ImportCert.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/adminEnroll.html create mode 100644 base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/sendCookie.template create mode 100644 base/ca/shared/webapps/ca/admin/cms-funcs.js create mode 100644 base/ca/shared/webapps/ca/admin/helpfun.js create mode 100644 base/ca/shared/webapps/ca/admin/index.html create mode 100644 base/ca/shared/webapps/ca/agent/GenError.template create mode 100644 base/ca/shared/webapps/ca/agent/GenPending.template create mode 100644 base/ca/shared/webapps/ca/agent/GenRejected.template create mode 100644 base/ca/shared/webapps/ca/agent/GenSuccess.template create mode 100644 base/ca/shared/webapps/ca/agent/GenSvcPending.template create mode 100644 base/ca/shared/webapps/ca/agent/GenUnauthorized.template create mode 100644 base/ca/shared/webapps/ca/agent/GenUnexpectedError.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ImportCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ListRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileList.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileReview.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/UpdateDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/blank.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/bulkissuance.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayBySerial.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/error.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameList.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameListReq.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameOCSP.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameProfile.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameRevoke.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameSearch.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/frameStats.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/getStats.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/index.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuDir.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuList.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuListReq.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuOCSP.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuProfile.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuRevoke.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuSearch.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/menuStats.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/monitor.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/monitor.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/notImplemented.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/processCertReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/processReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryBySerial.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/queryReq.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revocationResult.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/revokeCert.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/srchCert.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/top.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateCRL.html create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateCRL.template create mode 100644 base/ca/shared/webapps/ca/agent/ca/updateDir.template create mode 100644 base/ca/shared/webapps/ca/agent/cms-funcs.js create mode 100644 base/ca/shared/webapps/ca/agent/funcs.js create mode 100644 base/ca/shared/webapps/ca/agent/header.template create mode 100644 base/ca/shared/webapps/ca/agent/helpfun.js create mode 100644 base/ca/shared/webapps/ca/agent/index.html create mode 100644 base/ca/shared/webapps/ca/agent/index.template create mode 100644 base/ca/shared/webapps/ca/agent/ports.template create mode 100644 base/ca/shared/webapps/ca/agent/xenroll.dll create mode 100644 base/ca/shared/webapps/ca/ee/GenError.template create mode 100644 base/ca/shared/webapps/ca/ee/GenPending.template create mode 100644 base/ca/shared/webapps/ca/ee/GenRejected.template create mode 100644 base/ca/shared/webapps/ca/ee/GenSuccess.template create mode 100644 base/ca/shared/webapps/ca/ee/GenSvcPending.template create mode 100644 base/ca/shared/webapps/ca/ee/GenUnauthorized.template create mode 100644 base/ca/shared/webapps/ca/ee/GenUnexpectedError.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/CMCEnrollment.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/CMCRevReq.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/DirPinUserEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/DisplayCRL.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/EnrollSuccess.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/GetCAChain.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ImportAdminCert.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/ImportCert.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/KeyRecovery.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManCAEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManObjSignEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManRAEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/OCSPResponder.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ObjSignPKCS10Enroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/PortalEnrollment.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ProfileList.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/RenewalSuccess.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/RevocationSuccess.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/UserDnEnroll.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/UserRenewal.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/UserRevocation.html create mode 100755 base/ca/shared/webapps/ca/ee/ca/bench2k.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/checkRequest.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/displayBySerial.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/displayBySerial2.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/displayCRL.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/displayCaCert.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/displayCertFromRequest.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/enrollMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/index.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/policyEnrollment/profileMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/policyEnrollment/retrievalMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/policyEnrollment/revocationMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/profileEnrollment/index.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/profileEnrollment/profileMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/profileEnrollment/retrievalMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/profileEnrollment/revocationMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/profileMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/queryBySerial.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/queryCert.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/queryCert.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/reasonToRevoke.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/recoveryMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/remoteAuthConfig.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/renewalMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/requestStatus.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/retrievalMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/revocationMenu.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/revocationResult.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/srchCert.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/srchCert.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/tabs.html create mode 100644 base/ca/shared/webapps/ca/ee/ca/toDisplayCRL.template create mode 100644 base/ca/shared/webapps/ca/ee/ca/unrevocationResult.template create mode 100644 base/ca/shared/webapps/ca/ee/cms-funcs.js create mode 100644 base/ca/shared/webapps/ca/ee/helpfun.js create mode 100644 base/ca/shared/webapps/ca/ee/index.html create mode 100644 base/ca/shared/webapps/ca/index.html create mode 100644 base/ca/shared/webapps/ca/services.template create mode 100755 base/kra/shared/webapps/kra/404.html create mode 100755 base/kra/shared/webapps/kra/500.html create mode 100644 base/kra/shared/webapps/kra/GenUnexpectedError.template create mode 100644 base/kra/shared/webapps/kra/agent/GenError.template create mode 100644 base/kra/shared/webapps/kra/agent/GenPending.template create mode 100644 base/kra/shared/webapps/kra/agent/GenRejected.template create mode 100644 base/kra/shared/webapps/kra/agent/GenSuccess.template create mode 100644 base/kra/shared/webapps/kra/agent/GenSvcPending.template create mode 100644 base/kra/shared/webapps/kra/agent/GenUnauthorized.template create mode 100644 base/kra/shared/webapps/kra/agent/GenUnexpectedError.template create mode 100644 base/kra/shared/webapps/kra/agent/cms-funcs.js create mode 100644 base/kra/shared/webapps/kra/agent/funcs.js create mode 100644 base/kra/shared/webapps/kra/agent/header.template create mode 100644 base/kra/shared/webapps/kra/agent/helpfun.js create mode 100644 base/kra/shared/webapps/kra/agent/index.html create mode 100644 base/kra/shared/webapps/kra/agent/index.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/GrantRecovery.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/ListRequests.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/SrchKey.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/SrchRecoverKey.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/blank.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/confirmRecover.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/displayBySerial.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/examineRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/finishAsyncRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/finishRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/frameGrant.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/frameRecover.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/frameRequest.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/frameSearch.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/frameStats.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/getApprovalStatus.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/getStats.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/grantAsyncRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/grantRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/index.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuCheck.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuGrant.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuRecover.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuRequest.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuSearch.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/menuStats.html create mode 100644 base/kra/shared/webapps/kra/agent/kra/monitor.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/processReq.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/queryKey.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/queryKeyForRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/queryReq.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/recoverBySerial.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/srchKey.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/srchKeyForRecovery.template create mode 100644 base/kra/shared/webapps/kra/agent/kra/top.html create mode 100644 base/kra/shared/webapps/kra/index.html create mode 100644 base/kra/shared/webapps/kra/services.template create mode 100755 base/ocsp/shared/webapps/ocsp/404.html create mode 100755 base/ocsp/shared/webapps/ocsp/500.html create mode 100644 base/ocsp/shared/webapps/ocsp/GenUnexpectedError.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenError.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenPending.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenRejected.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/cms-funcs.js create mode 100644 base/ocsp/shared/webapps/ocsp/agent/funcs.js create mode 100644 base/ocsp/shared/webapps/ocsp/agent/header.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/helpfun.js create mode 100644 base/ocsp/shared/webapps/ocsp/agent/index.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/index.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html create mode 100755 base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template create mode 100644 base/ocsp/shared/webapps/ocsp/agent/ports.template create mode 100644 base/ocsp/shared/webapps/ocsp/index.html create mode 100644 base/ocsp/shared/webapps/ocsp/services.template create mode 100755 base/tks/shared/webapps/tks/404.html create mode 100755 base/tks/shared/webapps/tks/500.html create mode 100644 base/tks/shared/webapps/tks/GenUnexpectedError.template create mode 100644 base/tks/shared/webapps/tks/agent/GenError.template create mode 100644 base/tks/shared/webapps/tks/agent/GenPending.template create mode 100644 base/tks/shared/webapps/tks/agent/GenRejected.template create mode 100644 base/tks/shared/webapps/tks/agent/GenSuccess.template create mode 100644 base/tks/shared/webapps/tks/agent/GenSvcPending.template create mode 100644 base/tks/shared/webapps/tks/agent/GenUnauthorized.template create mode 100644 base/tks/shared/webapps/tks/agent/GenUnexpectedError.template create mode 100644 base/tks/shared/webapps/tks/agent/cms-funcs.js create mode 100644 base/tks/shared/webapps/tks/agent/funcs.js create mode 100644 base/tks/shared/webapps/tks/agent/header.template create mode 100644 base/tks/shared/webapps/tks/agent/helpfun.js create mode 100644 base/tks/shared/webapps/tks/agent/index.html create mode 100644 base/tks/shared/webapps/tks/agent/index.template create mode 100644 base/tks/shared/webapps/tks/agent/ports.template create mode 100644 base/tks/shared/webapps/tks/agent/tks/getStats.template create mode 100644 base/tks/shared/webapps/tks/agent/tks/index.html create mode 100644 base/tks/shared/webapps/tks/index.html create mode 100644 base/tks/shared/webapps/tks/services.template delete mode 100755 dogtag/ca-ui/shared/webapps/ca/404.html delete mode 100755 dogtag/ca-ui/shared/webapps/ca/500.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/GenUnexpectedError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/GenUnexpectedError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/EnrollSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/ImportAdminCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/ImportCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/ca/sendCookie.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/cms-funcs.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/helpfun.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/admin/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenPending.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenRejected.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenSvcPending.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenUnauthorized.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/GenUnexpectedError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ImportCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/blank.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/bulkissuance.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/error.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameDisplayCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameList.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameListReq.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameOCSP.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameProfile.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameRevoke.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSearch.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameSrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/frameStats.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDir.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuDisplayCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuList.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuListReq.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuOCSP.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuProfile.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuRevoke.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSearch.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuSrchRequests.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/menuStats.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/notImplemented.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeBySerial.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/top.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/unrevocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/cms-funcs.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/funcs.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/header.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/helpfun.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/index.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/ports.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/agent/xenroll.dll delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenPending.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenRejected.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenSvcPending.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenUnauthorized.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/GenUnexpectedError.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/CMCEnrollment.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/CMCRevReq.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ChallengeRevoke1.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/DirPinUserEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/DirUserEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/EnrollSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ImportAdminCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ImportCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/KeyRecovery.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ManCAEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ManObjSignEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ManRAEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ManServerEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ManUserEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/NISUserEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/OCSPResponder.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ObjSignPKCS10Enroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/PortalEnrollment.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileList.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/RenewalSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/RevocationSuccess.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/UserDnEnroll.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html delete mode 100755 dogtag/ca-ui/shared/webapps/ca/ee/ca/bench2k.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/checkRequest.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial2.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCaCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCertFromRequest.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/enrollMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/policyEnrollment/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/policyEnrollment/profileMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/policyEnrollment/retrievalMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/policyEnrollment/revocationMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/profileEnrollment/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/profileEnrollment/profileMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/profileEnrollment/retrievalMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/profileEnrollment/revocationMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/profileMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/queryBySerial.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/recoveryMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/remoteAuthConfig.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/renewalMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/requestStatus.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/retrievalMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/revocationMenu.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/revocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/tabs.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/toDisplayCRL.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/ca/unrevocationResult.template delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/cms-funcs.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/helpfun.js delete mode 100644 dogtag/ca-ui/shared/webapps/ca/ee/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/index.html delete mode 100644 dogtag/ca-ui/shared/webapps/ca/services.template delete mode 100755 dogtag/kra-ui/shared/webapps/kra/404.html delete mode 100755 dogtag/kra-ui/shared/webapps/kra/500.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenError.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/funcs.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/header.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/index.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/services.template delete mode 100755 dogtag/ocsp-ui/shared/webapps/ocsp/404.html delete mode 100755 dogtag/ocsp-ui/shared/webapps/ocsp/500.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/GenUnexpectedError.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/funcs.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html delete mode 100755 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/index.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/services.template delete mode 100755 dogtag/tks-ui/shared/webapps/tks/404.html delete mode 100755 dogtag/tks-ui/shared/webapps/tks/500.html delete mode 100644 dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenError.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenPending.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenRejected.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenSuccess.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenSvcPending.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenUnauthorized.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/cms-funcs.js delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/funcs.js delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/header.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/index.html delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/index.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/ports.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template delete mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/tks/index.html delete mode 100644 dogtag/tks-ui/shared/webapps/tks/index.html delete mode 100644 dogtag/tks-ui/shared/webapps/tks/services.template diff --git a/base/ca/shared/webapps/ca/404.html b/base/ca/shared/webapps/ca/404.html new file mode 100755 index 0000000..49f75a9 --- /dev/null +++ b/base/ca/shared/webapps/ca/404.html @@ -0,0 +1,146 @@ + + + + + + +CA 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System CA Error Page +
+

+ +

+ +

+ + + + diff --git a/base/ca/shared/webapps/ca/500.html b/base/ca/shared/webapps/ca/500.html new file mode 100755 index 0000000..fe8f8de --- /dev/null +++ b/base/ca/shared/webapps/ca/500.html @@ -0,0 +1,139 @@ + + + + + + +CA 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System CA Error Page +
+

+ +

+ +

+ + + + diff --git a/base/ca/shared/webapps/ca/GenUnexpectedError.template b/base/ca/shared/webapps/ca/GenUnexpectedError.template new file mode 100644 index 0000000..3125599 --- /dev/null +++ b/base/ca/shared/webapps/ca/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +CA Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template b/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template new file mode 100644 index 0000000..57d118a --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +CA Admin Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template b/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template new file mode 100644 index 0000000..d370983 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template @@ -0,0 +1,245 @@ + + + + + + +CS Enroll Request Success + + + + + + +Enrollment Success + + + +

+ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template b/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template new file mode 100644 index 0000000..e52764e --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template @@ -0,0 +1,58 @@ + + + + +VBScript Administrator Certificate Enrollment + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/ImportCert.template b/base/ca/shared/webapps/ca/admin/ca/ImportCert.template new file mode 100644 index 0000000..5530cf2 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/ImportCert.template @@ -0,0 +1,268 @@ + + + + + + +CS Enroll Request Success + + + + + +Import Certificate + + + + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html new file mode 100644 index 0000000..8b6335a --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html @@ -0,0 +1,779 @@ + + + + +Admin Enrollment form. + + + + + + + + + + + + + + + + + + + + + +Administrator/Agent Certificate Enrollment
+

+ + To access the Agent Services pages and approve requests for certificates, + you must have a personal client SSL certificate so that Certificate + System can authenticate your identity. You must also + be designated as an agent, or privileged user. +

+ Use this form to request this first personal certificate to be issued + by the system. When you submit the form, the certificate is issued + immediately and returned to you. The system also adds you + automatically to the list of agents. You must import the new + certificate into your browser before you can access the Agent Services + pages. +

+ After you submit this form, it is automatically disabled. To enroll + again, or to enroll other users, please see the documentation. + + + + + + +
 
+ + + + + + +
+ Important: + + Be sure to request your certificate on the same computer + on which you plan to use the certificate. +
+ + + + + +
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Authentication Information
+ Enter the user ID and password for the administrator/agent. +
+ + User ID: + + +
+ + Password: + + +
+ + Subject Name
+ Enter values for the DN components you want to have in your certificate. +
+
+ + Full name: + + + + +
+ + Login name: + + + +
+ + Email address: + + + +
+ + Organization unit: + + + +
+ + Organization: + + + +
+ + Country: + + + +
+ + + + + +
+ + User's Key Information
+ When your submit this form, the browser generates a private and + public key. The browser retains the private key and submits the + public key along with your request for a certificate. + The public key becomes part of your certificate.

+ + +

+ + + + +
+
+ + + + + + + + + + +
+
+
+ + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template b/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template new file mode 100644 index 0000000..eac3ac4 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template @@ -0,0 +1,114 @@ + + + + + + + CA Admin Security Domain Login + + + + + + + +

+ + + + + + +
+ + + + +
+

+ +
+ + + +
+
+   +
+ + +

+ + + + +
+
+ +
+
+ +

+ +

+ +
+
+ + + diff --git a/base/ca/shared/webapps/ca/admin/ca/sendCookie.template b/base/ca/shared/webapps/ca/admin/ca/sendCookie.template new file mode 100644 index 0000000..b35881e --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/sendCookie.template @@ -0,0 +1,97 @@ + + + + +CA Admin Send Cookie + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Sending Session ID ... +
+

+ +

+

+ + + + + + + + + + + +
  
  
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/admin/cms-funcs.js b/base/ca/shared/webapps/ca/admin/cms-funcs.js new file mode 100644 index 0000000..c8ffd51 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/cms-funcs.js @@ -0,0 +1,538 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// + + + + + diff --git a/base/ca/shared/webapps/ca/admin/helpfun.js b/base/ca/shared/webapps/ca/admin/helpfun.js new file mode 100644 index 0000000..14a80bb --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/helpfun.js @@ -0,0 +1,35 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +function help(helptopic) { + + var HelpWin=window.open("","MyWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=500"); + + HelpWin.location = helptopic; + HelpWin.focus(); + +} + +function helpstatus(helpline) { + + window.status = helpline; + + return true; + +} + diff --git a/base/ca/shared/webapps/ca/admin/index.html b/base/ca/shared/webapps/ca/admin/index.html new file mode 100644 index 0000000..30662d4 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenError.template b/base/ca/shared/webapps/ca/agent/GenError.template new file mode 100644 index 0000000..19f85f7 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenError.template @@ -0,0 +1,80 @@ + + + + + + +CA Agent Processing Error! + + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + +

+Please consult your local administrator for further assistance. +The Certificate System logs may provide further information. + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenPending.template b/base/ca/shared/webapps/ca/agent/GenPending.template new file mode 100644 index 0000000..50d23ee --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenPending.template @@ -0,0 +1,63 @@ + + + + + + +CA Agent Request Pending + + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenRejected.template b/base/ca/shared/webapps/ca/agent/GenRejected.template new file mode 100644 index 0000000..81d1264 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenRejected.template @@ -0,0 +1,84 @@ + + + + + + +CA Agent Request Rejected + + + + + +Request Rejected + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenSuccess.template b/base/ca/shared/webapps/ca/agent/GenSuccess.template new file mode 100644 index 0000000..f3531f0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenSuccess.template @@ -0,0 +1,46 @@ + + + + + + + +CA Agent Generic Request Success + + + + + +Request Successfully Submited + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenSvcPending.template b/base/ca/shared/webapps/ca/agent/GenSvcPending.template new file mode 100644 index 0000000..584402c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +CA Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenUnauthorized.template b/base/ca/shared/webapps/ca/agent/GenUnauthorized.template new file mode 100644 index 0000000..f0016cd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenUnauthorized.template @@ -0,0 +1,44 @@ + + + + + + + +CA Agent Generic Unauthorized + + + + + +Unauthorized Access + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/GenUnexpectedError.template b/base/ca/shared/webapps/ca/agent/GenUnexpectedError.template new file mode 100644 index 0000000..58534e0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +CA Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template b/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template new file mode 100644 index 0000000..08bcd52 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/EnrollSuccess.template @@ -0,0 +1,219 @@ + + + + + + + +CS Enroll Request Success + + + + + + + + +Enrollment Success + + + +

+ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ImportCert.template b/base/ca/shared/webapps/ca/agent/ca/ImportCert.template new file mode 100644 index 0000000..37ad258 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ImportCert.template @@ -0,0 +1,263 @@ + + + + + + +CS Enroll Request Success + + + + + + +Import Certificate(s) + + + + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ListRequests.html b/base/ca/shared/webapps/ca/agent/ca/ListRequests.html new file mode 100644 index 0000000..882f43e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ListRequests.html @@ -0,0 +1,112 @@ + + + + +List Certificate Service Requests + + + + + + + +List Requests
+ +Use this form to show a list of certificate requests. + + + + +
 
+ +

+ + + + + + + + + + + + + + +
+ Request type: + + +
+ Request status: + + +
+ Starting request number:
+
+ +

+
+ + + + +
+    + first  + + + records    + +
+ +

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template b/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template new file mode 100644 index 0000000..ff8613b --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileApprove.template @@ -0,0 +1,165 @@ + + + + +Manage Certificate Profiles
+ +Use this form to approve a certificate profile. + + + + +
 
+

+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileList.template b/base/ca/shared/webapps/ca/agent/ca/ProfileList.template new file mode 100644 index 0000000..42e0f5c --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileList.template @@ -0,0 +1,75 @@ + + + + +Manage Certificate Profiles
+ +Use this form to approve a certificate profile. + + + + +
 
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template b/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template new file mode 100644 index 0000000..95c38b2 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileProcess.template @@ -0,0 +1,179 @@ + + + + + + + + + + + +
 
+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template b/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template new file mode 100644 index 0000000..d3b9970 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileReview.template @@ -0,0 +1,404 @@ + + + + + + + + + + + + +
 
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template b/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template new file mode 100644 index 0000000..87bf61f --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/ProfileSelect.template @@ -0,0 +1,175 @@ + + + + +Approve Certificate Profile
+ +Use this form to approve a certificate profile. + + + + +
 
+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchCert.html b/base/ca/shared/webapps/ca/agent/ca/SrchCert.html new file mode 100644 index 0000000..f3c8db0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchCert.html @@ -0,0 +1,1694 @@ + + + + + Search for Certificates + + + + + + + +Search for Certificates +
+ +Use this form to compose queries based on properties of the certificate. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Serial Number Range + + + + + + + + + + + + + + + + + + +
+ +Show certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+

+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+Status +
+ + + + + +
+ +Show certificates that are + + +
+
+ + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method finds certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method finds certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + +
 
+ + +Revocation Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates revoked by:  + +
+ + + +Show certificates revoked during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + +
+ + + +Show certificates revoked from the reason:  +
+ +
+ + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates issued by:  +
+ +Show certificates issued according to the profile:  +
+ +Show certificates issued during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates effective during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates expired during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Show certificates with a validity period:
  + +than + + +
+ + + + + + + + +
 
+ +Basic Constraints + +
+ + + + + +
+ +Show CA certificates (based on Basic Constraints extension). +
+
+ + + + + + + + +
 
+ + +Type + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates of the following types: +
  +SSL client: + + +
  +SSL server: + + +
  +Secure email: + + +
  +Subordinate SSL CA: + + +
  +Subordinate email CA: + + +
+
+ + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + +
+    + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html new file mode 100644 index 0000000..08433aa --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchRequests.html @@ -0,0 +1,384 @@ + + + + + Search for Requests + + + + + + + +Search for Requests +
+ +Use this form to compose queries based on properties of the request. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Request ID Range +
+ + + + + + + + + + + + + + + + + +
+ +Show requests that fall within the following range: +
  +Lowest request id: +(leave blank for no lower limit)
  +Highest request id: +(leave blank for no upper limit)
+
+ +Enter a range of request IDs in decimal form. + + + + + + + + + +
 
+ +Request Type +
+ + + + + +
+ +Show requests that are of + +type + +
+
+ + + + + + +
 
+ +Request Status +
+ + + + + +
+ +Show requests that are in + +status + +
+
+ + + +
+ + + +
+ + + + + + + +
 
+ +Request Owner + + + + + + + + + + + + + +
+ +Show requests that belong to the user specified as below: +
  + + self +
  + + uid= + +
+
+ + +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + + + + + +
+    +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html new file mode 100644 index 0000000..4f11ddf --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/SrchRevokeCert.html @@ -0,0 +1,1137 @@ + + + + + Revoke Certificates + + + + + + + + +Revoke Certificates
+ +Use this form to revoke a set of certificates determined by one +or more properties of the certificate. + + + + + + +
 
+ + +Each section below filters the set of certificates to be revoked. +Check the box at the top of the section if you want to use that +filter in your search, then complete the fields. Leave a box +unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. +

+You will be given a chance to examine the certificates before +they are revoked. + + + + + + + +
 
+ +Serial Number Range +

+ + + + + + + + + + + + + + + + + +
+ +Revoke certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method revokes certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method revokes certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +Revoke certificates issued by:  +
+ +Revoke certificates issued during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates effective during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates expire during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Revoke certificates with a validity period: +
  + +than + + +
+ + + + + + +
  + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + +
+    + +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html b/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html new file mode 100644 index 0000000..1fb9541 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/UpdateDir.html @@ -0,0 +1,367 @@ + + + + + Update Directory Server + + + + + + + + + + +Update Directory Server
+ + +In most cases, the directory is updated automatically with +the latest changes to certificates and certificate revocation lists. +In a few situations, however, you may need to update the directory manually. +Use this form to make updates manually. +

+Note:  Any certificates issued or revoked during +the update may not be reflected in the directory. +You can use this form again to update those certificates. + + + + + + +
 
+ +

+ + + + + +
+Skip certificates already marked as updated.
+ + +Check one or more of these boxes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Update everything in the database to the directory. +
(This will include all selections below.)
+Update the certificate revocation list to the directory.
+Update Certificate Manager certificate to the directory.
+Update valid certificates to the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+Remove expired certificates from the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+Remove revoked certificates from the directory.
+From serial number:  + +(leave blank for no lower limit)
+To serial number:  + +(leave blank for no upper limit)
+ +
  + + + + + +
+   + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/blank.html b/base/ca/shared/webapps/ca/agent/ca/blank.html new file mode 100644 index 0000000..e41af69 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/blank.html @@ -0,0 +1,27 @@ + + + + +Untitled Document + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template b/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template new file mode 100644 index 0000000..01f5745 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/bulkissuance.template @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template b/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template new file mode 100644 index 0000000..0f1ad78 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/cloneRedirect.template @@ -0,0 +1,41 @@ + + + + Feature Unavailable to Clones + + + + +Feature Unavailable to Clones + + + + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template b/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template new file mode 100644 index 0000000..c1061af --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/confirmRevocation.template @@ -0,0 +1,212 @@ + + + + + +Certificate Revocation Confirmation + + + + +Certificate Revocation Confirmation
+Please confirm certificate revocation by selecting appropriate revocation reason(s) and submitting the form.

+ + + + + + +
Important:When making this + request you must use the browser environment in which you have access to your authentication certificate and key.
+

+ + +Certificate Details
+The details of the certificate being revoked are below: +
+

+ + + + + + + + + + + + + + +
Serial Number: + +
Subject Name: + +
Valid: + +
+ + +
+ + + + + + + + + + + + + + + + +
Select Revocation Reason
+
+ Please select one or more reasons for revocation.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Unspecified
+ + Key compromised
+ + CA Key Compromised
+ + Affiliation changed
+ + Certificate superceded
+ + Cessation of operation
+ + Certificate is on hold
+ + Privilege withdrawn
+
Additional + comments if any, regarding this request
+ Please write any additional comments directed to the person who will process + your certificate request.
+ +
+ + + + +
+
+ + + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template b/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template new file mode 100644 index 0000000..5d994cd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayBySerial.template @@ -0,0 +1,298 @@ + + + + + Display Certificate + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +
+
+
+ + + +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE-----
+
+-----END CERTIFICATE-----
+
+ + +

+Base 64 encoded certificate with CA certificate chain in pkcs7 format + +

+-----BEGIN CERTIFICATE CHAIN-----
+
+-----END CERTIFICATE CHAIN-----
+
+ +

+ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template b/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template new file mode 100644 index 0000000..4a193e3 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayBySerial2.template @@ -0,0 +1,131 @@ + + + + + Display Certificate + + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +

+
+
+ +

+ +
+ +Installing this certificate in a server
+ +

+ +The following format can be used to install this certificate into a server. +

+Base 64 encoded certificate + +

+-----BEGIN CERTIFICATE CHAIN-----
+
+-----END CERTIFICATE CHAIN-----
+
+ +

+ +
+ +Downloading this certificate
+

+ +To download the certificate into your system, click the following button. + +

+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayCRL.template b/base/ca/shared/webapps/ca/agent/ca/displayCRL.template new file mode 100644 index 0000000..988c6db --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayCRL.template @@ -0,0 +1,217 @@ + + + + + Display CRL + + + + + + + + + +Certificate Revocation List +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template b/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template new file mode 100644 index 0000000..f114857 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/displayCertFromRequest.template @@ -0,0 +1,197 @@ + + + + + + +CS Enroll Request Success + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/error.template b/base/ca/shared/webapps/ca/agent/ca/error.template new file mode 100644 index 0000000..b1940a8 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/error.template @@ -0,0 +1,56 @@ + + + + + +Certificate Service Error + + +

Problem Processing Your Request

+

+The certificate service encountered a problem when processing your +request. This problem may indicate a flaw in the form used to +submit your request or the values that were entered into the form. +The following message supplies more information about the error +that occurred. +

+

+
+
+ + +

+Please consult your local administrator for further assistance. +The certificate server's log may provide further information. + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameCRL.html b/base/ca/shared/webapps/ca/agent/ca/frameCRL.html new file mode 100644 index 0000000..a0483c7 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameDir.html b/base/ca/shared/webapps/ca/agent/ca/frameDir.html new file mode 100644 index 0000000..bcf5df1 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameDir.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html b/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html new file mode 100644 index 0000000..79a11aa --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameDisplayCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameList.html b/base/ca/shared/webapps/ca/agent/ca/frameList.html new file mode 100644 index 0000000..98f5146 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameList.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameListReq.html b/base/ca/shared/webapps/ca/agent/ca/frameListReq.html new file mode 100644 index 0000000..c4b3d1e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameListReq.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html b/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html new file mode 100644 index 0000000..8cc976d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameOCSP.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameProfile.html b/base/ca/shared/webapps/ca/agent/ca/frameProfile.html new file mode 100644 index 0000000..2a15bae --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameProfile.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html b/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html new file mode 100644 index 0000000..ebaee6d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameRevoke.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameSearch.html b/base/ca/shared/webapps/ca/agent/ca/frameSearch.html new file mode 100644 index 0000000..b75a627 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameSearch.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html new file mode 100644 index 0000000..0e73ea8 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameSrchRequests.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/frameStats.html b/base/ca/shared/webapps/ca/agent/ca/frameStats.html new file mode 100644 index 0000000..75a4dbe --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/frameStats.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template b/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template new file mode 100644 index 0000000..cfafd62 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/getOCSPInfo.template @@ -0,0 +1,117 @@ + + + + + Display CRL + + + + + + + + + +OCSP Service +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/getStats.template b/base/ca/shared/webapps/ca/agent/ca/getStats.template new file mode 100644 index 0000000..0af6708 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/getStats.template @@ -0,0 +1,140 @@ + + + + + Display CRL + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/index.html b/base/ca/shared/webapps/ca/agent/ca/index.html new file mode 100644 index 0000000..9dc5799 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/index.html @@ -0,0 +1,33 @@ + + + + +CA Agent + + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuCRL.html b/base/ca/shared/webapps/ca/agent/ca/menuCRL.html new file mode 100644 index 0000000..2c4984e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuCRL.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuDir.html b/base/ca/shared/webapps/ca/agent/ca/menuDir.html new file mode 100644 index 0000000..7fa9f65 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuDir.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html b/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html new file mode 100644 index 0000000..de76603 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuDisplayCRL.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuList.html b/base/ca/shared/webapps/ca/agent/ca/menuList.html new file mode 100644 index 0000000..2145259 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuList.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuListReq.html b/base/ca/shared/webapps/ca/agent/ca/menuListReq.html new file mode 100644 index 0000000..f3b5419 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuListReq.html @@ -0,0 +1,74 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html b/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html new file mode 100644 index 0000000..0b73aa6 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuOCSP.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuProfile.html b/base/ca/shared/webapps/ca/agent/ca/menuProfile.html new file mode 100644 index 0000000..a7bcd66 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuProfile.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html b/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html new file mode 100644 index 0000000..1148bf7 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuRevoke.html @@ -0,0 +1,70 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuSearch.html b/base/ca/shared/webapps/ca/agent/ca/menuSearch.html new file mode 100644 index 0000000..a088ef0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuSearch.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html b/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html new file mode 100644 index 0000000..3b16a1a --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuSrchRequests.html @@ -0,0 +1,75 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ View Server Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/menuStats.html b/base/ca/shared/webapps/ca/agent/ca/menuStats.html new file mode 100644 index 0000000..c251356 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/menuStats.html @@ -0,0 +1,74 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Requests
+ List Certificates
+ Search for Certificates
+ Revoke Certificates
+ Display Revocation List
+ Update Revocation List
+ Update Directory Server
+ OCSP Service
+ Manage Certificate Profiles
+ Statistics
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/monitor.html b/base/ca/shared/webapps/ca/agent/ca/monitor.html new file mode 100644 index 0000000..59e2f40 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/monitor.html @@ -0,0 +1,77 @@ + + + + + Performance Monitor + + + + + + +Performance Monitor +
+ +Use this form to query performance of this authority within a specified time range. + + + + + +
 
+ +

+ + + + + + + + + + + + + + + + + +
+ Start time:  + +  (use one of two formats YYYYMMDDHHMMSS or -S) +
+ Interval length:  +  
+     Number of intervals:  +  
+
+ + + + + +
+    +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/monitor.template b/base/ca/shared/webapps/ca/agent/ca/monitor.template new file mode 100644 index 0000000..73c3eb7 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/monitor.template @@ -0,0 +1,200 @@ + + + +Monitor + + + + +Monitor + + + + + +
 
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/notImplemented.html b/base/ca/shared/webapps/ca/agent/ca/notImplemented.html new file mode 100644 index 0000000..cbdd43f --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/notImplemented.html @@ -0,0 +1,30 @@ + + + + +Not implemented + + + +Not Implemented
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/processCertReq.template b/base/ca/shared/webapps/ca/agent/ca/processCertReq.template new file mode 100644 index 0000000..4d263fe --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/processCertReq.template @@ -0,0 +1,228 @@ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/processReq.template b/base/ca/shared/webapps/ca/agent/ca/processReq.template new file mode 100644 index 0000000..172125e --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/processReq.template @@ -0,0 +1,1415 @@ + + + + + Display Request + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html b/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html new file mode 100644 index 0000000..4cc7b91 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryBySerial.html @@ -0,0 +1,186 @@ + + + + + List Certificates Within a Serial Number Range + + + + + + + + + +List Certificates +
+ +Use this form to list certificates whose serial numbers fall within a specified range. + + + + + +
 
+ +
+ + + +

+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + +

+ + + + + + + + + + + +
+ Lowest serial number + + (leave blank for no lower limit) +
+ Highest serial number + (leave blank for no upper limit) +
+ +

+ + +Do not show certificates that have been revoked +
+ + +Do not show certificates that have expired or are not yet valid +
  +
  + + + + + +
+    + first  + + + + + records    + +
+

+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryCert.html b/base/ca/shared/webapps/ca/agent/ca/queryCert.html new file mode 100644 index 0000000..a7ba0d0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryCert.html @@ -0,0 +1,1543 @@ + + + + + Search for Certificates + + + + + + + +Search for Certificates +
+ +Use this form to compose queries based on properties of the certificate. + + + + + + +
 
+ + +Each section below filters the search. Check the box at the top of the +section if you want to use that filter in your search, then complete the fields. +Leave a box unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. + + + + + + +
 
+ +Serial Number Range +
+ + + + + + + + + + + + + + + + + +
+ +Show certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+Status +
+ + + + + +
+ +Show certificates that are + + +
+
+ + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method finds certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method finds certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + +
 
+ + +Revocation Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates revoked by:  + +
+ + + +Show certificates revoked during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + +
+ + + +Show certificates revoked from the reason:  +
+ +
+ + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates issued by:  +
+ +Show certificates issued during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates effective during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates expired during the period:
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Show certificates with a validity period:
  + +than + + +
+ + + + + + + +
 
+ + +Type + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Show certificates of the following types: +
  +SSL client: + + +
  +SSL server: + + +
  +Secure email: + + +
  +Subordinate SSL CA: + + +
  +Subordinate email CA: + + +
+
+ + + +
+ + + +
+ + + + + + + +
+    + first  + + records    + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryCert.template b/base/ca/shared/webapps/ca/agent/ca/queryCert.template new file mode 100644 index 0000000..40ee64b --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryCert.template @@ -0,0 +1,527 @@ + + + + +Query Certificate + + + + + + + + + +Search Results +
+ + + + +
 
+ + + + +
+ + +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/queryReq.template b/base/ca/shared/webapps/ca/agent/ca/queryReq.template new file mode 100644 index 0000000..ed8285b --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/queryReq.template @@ -0,0 +1,453 @@ + + + + + Request Queue + + + + + + +Request Queue +
+ + + + + +
 
+ + + + + +
+ + +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template b/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template new file mode 100644 index 0000000..ffb648b --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/reasonToRevoke.template @@ -0,0 +1,491 @@ + + + + + +Certificate Revocation Confirmation + + + + + + + + +Certificate Revocation Confirmation
+ +Use this form to confirm certificate revocation by selecting appropriate +revocation reason and submitting the form. + + + + + +
 
+ + + + + + +
Important:When making this + request you must use the browser environment in which you have access to your authentication certificate and key.
+

+ + +Certificate Details
+The details of the certificate being revoked are below: +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + Select Invalidity Date
+ + Please select the date on which it is known or suspected that the private key + was compromised or that the certificate otherwise became invalid. +
+ + + Invalidity date:  + + + +
  +
+
+ + Select Revocation Reason
+ + Please select reason for revocation. +
+ +
+
+ + Additional Comments
+ If you want to include any additional comments in your revocation request, write them here. +
+
+ +
+
+ + + + + + + +
+    + + +    + + +
+
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revocationResult.template b/base/ca/shared/webapps/ca/agent/ca/revocationResult.template new file mode 100644 index 0000000..bd35684 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revocationResult.template @@ -0,0 +1,190 @@ + + + + +Revocation Result + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template b/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template new file mode 100644 index 0000000..cae2a93 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revokeBySerial.template @@ -0,0 +1,88 @@ + + + + Certificate Revocation Result + + +

Certificate Revocation Result

+

+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/revokeCert.html b/base/ca/shared/webapps/ca/agent/ca/revokeCert.html new file mode 100644 index 0000000..7bfc6f6 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/revokeCert.html @@ -0,0 +1,1086 @@ + + + + + Revoke Certificates + + + + + + + + +Revoke Certificates
+ +Use this form to revoke a set of certificates determined by one +or more properties of the certificate. + + + + + + +
 
+ + +Each section below filters the set of certificates to be revoked. +Check the box at the top of the section if you want to use that +filter in your search, then complete the fields. Leave a box +unchecked to ignore that filter. You can click more than one box +to get a combination of search criteria. +

+You will be given a chance to examine the certificates before +they are revoked. + + + + + + + +
 
+ +Serial Number Range +

+ + + + + + + + + + + + + + + + + +
+ +Revoke certificates that fall within the following range: +
  +Lowest serial number: +(leave blank for no lower limit)
  +Highest serial number: +(leave blank for no upper limit)
+
+ +Enter a range of certificate serial numbers in hexadecimal form +(starting with 0x, as in the certificate list), or in decimal form. + + + + + + + + + +
 
+ +Subject Name +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates with a subject name matching the following: + +
  +Email address: +
  +Common name: +
  +User ID: +
  +Organization unit: +
  +Organization: +
  +Locality: +
  +State: +
  +Country: +
  +Match Method: + + +Exact +
   + +Partial +
+
+ + +Enter values for the fields you want to have in your search criteria. +Leave other fields blank. +

+Exact match method revokes certificates for subjects whose name consists +exactly of the components that you have filled in above, and contains +none of the components you have left blank. Pattern matching wildcard +values cannot be used in this search. +

+Partial match method revokes certificates for subjects whose name consists +in part of the components you have specified above, and in addition +may contain arbitrary values for the other components you have left blank above. +Pattern matching wildcard values can be used in this search. +
+ + + + + + + + + +
 
+ + +Issuing Information + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +Revoke certificates issued by:  +
+ +Revoke certificates issued during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + +
 
+ + +Dates of Validity + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates effective during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +Revoke certificates expire during the period: +
  +Start date: + +
+ + + +
+
  +End date: + +
+ + + +
+
+ + + + + + + + + + + + + +
+ +Revoke certificates with a validity period: +
  + +than + + +
+ + + +
  + +
+ + + + + + + + +
+    + first  + + records    + +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/srchCert.template b/base/ca/shared/webapps/ca/agent/ca/srchCert.template new file mode 100644 index 0000000..001b0e3 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/srchCert.template @@ -0,0 +1,435 @@ + + + + +Untitled Document + + + + +Search Results +
+ + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template b/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template new file mode 100644 index 0000000..a2a30dd --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/toDisplayCRL.template @@ -0,0 +1,364 @@ + + + + +Display Certificate Revocation List + + + + + + + + + +Display Certificate Revocation List
+ + +Use this form to view a certificate revocation list.
+The numbers displayed in the recent changes column are +representing newly revoked, taken off hold, and expired certificates. +
+ + + + + +
 
+ +
+ + + + + + + + + + +
+ + + + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template b/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template new file mode 100644 index 0000000..8f7e199 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/toUpdateCRL.template @@ -0,0 +1,386 @@ + + + + +Update Certificate Revocation List + + + + + + + + +Update Certificate Revocation List
+ + +In most cases, the certificate revocation list (CRL) is updated automatically. +In a few situations, however, you may want to update the CRL manually. +Use this form to update the CRL manually. + + + + + + +
 
+ + + + + + + + + + + +
+ + +
+ + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/top.html b/base/ca/shared/webapps/ca/agent/ca/top.html new file mode 100644 index 0000000..f4033d0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/top.html @@ -0,0 +1,48 @@ + + + + +Untitled Document + + + + + + + + +
+ + + + +
+ + + + + + +
Red Hat®
+ Certificate System
Certificate Authority Agent Services
+
+
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template b/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template new file mode 100644 index 0000000..8080ce0 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/unrevocationResult.template @@ -0,0 +1,127 @@ + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateCRL.html b/base/ca/shared/webapps/ca/agent/ca/updateCRL.html new file mode 100644 index 0000000..700d167 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateCRL.html @@ -0,0 +1,78 @@ + + + + +Update Certificate Revocation List + + + + + + + +Update Certificate Revocation List
+ + +In most cases, the certificate revocation list (CRL) is updated automatically. +In a few situations, however, you may want to update the CRL manually. +Use this form to update the CRL manually. + + + + + + +
 
+ +
+ + +Signature algorithm: + + +
 
  + + + + + +
+ +   + + +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateCRL.template b/base/ca/shared/webapps/ca/agent/ca/updateCRL.template new file mode 100644 index 0000000..2b05486 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateCRL.template @@ -0,0 +1,180 @@ + + + + Update Certificate Revocation List + + + + +Update Certificate Revocation List Result + + + + + + +
 
+ + + + + + diff --git a/base/ca/shared/webapps/ca/agent/ca/updateDir.template b/base/ca/shared/webapps/ca/agent/ca/updateDir.template new file mode 100644 index 0000000..942db56 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ca/updateDir.template @@ -0,0 +1,99 @@ + + + + Update Directory Server Results + + + + +Update Directory Server Results + + + + + +
 
+ +
    + +
+
+ + diff --git a/base/ca/shared/webapps/ca/agent/cms-funcs.js b/base/ca/shared/webapps/ca/agent/cms-funcs.js new file mode 100644 index 0000000..c8ffd51 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/cms-funcs.js @@ -0,0 +1,538 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// + + + + + diff --git a/base/ca/shared/webapps/ca/agent/funcs.js b/base/ca/shared/webapps/ca/agent/funcs.js new file mode 100644 index 0000000..958612d --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/funcs.js @@ -0,0 +1,736 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// diff --git a/base/ca/shared/webapps/ca/agent/header.template b/base/ca/shared/webapps/ca/agent/header.template new file mode 100644 index 0000000..d1221b1 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/base/ca/shared/webapps/ca/agent/helpfun.js b/base/ca/shared/webapps/ca/agent/helpfun.js new file mode 100644 index 0000000..14a80bb --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/helpfun.js @@ -0,0 +1,35 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +function help(helptopic) { + + var HelpWin=window.open("","MyWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=500"); + + HelpWin.location = helptopic; + HelpWin.focus(); + +} + +function helpstatus(helpline) { + + window.status = helpline; + + return true; + +} + diff --git a/base/ca/shared/webapps/ca/agent/index.html b/base/ca/shared/webapps/ca/agent/index.html new file mode 100644 index 0000000..30662d4 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ca/shared/webapps/ca/agent/index.template b/base/ca/shared/webapps/ca/agent/index.template new file mode 100644 index 0000000..4f45c73 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/index.template @@ -0,0 +1,140 @@ + + + + + +CA Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/base/ca/shared/webapps/ca/agent/ports.template b/base/ca/shared/webapps/ca/agent/ports.template new file mode 100644 index 0000000..bfec339 --- /dev/null +++ b/base/ca/shared/webapps/ca/agent/ports.template @@ -0,0 +1,121 @@ + + + + + +CA Agent Ports + + + + + + + + + + + + + +
+ + + + + + +
     Dogtag® Services Summary
+
  + + + + + + + + + + +
  
  
+
 
+ + diff --git a/base/ca/shared/webapps/ca/agent/xenroll.dll b/base/ca/shared/webapps/ca/agent/xenroll.dll new file mode 100644 index 0000000..9375e98 Binary files /dev/null and b/base/ca/shared/webapps/ca/agent/xenroll.dll differ diff --git a/base/ca/shared/webapps/ca/ee/GenError.template b/base/ca/shared/webapps/ca/ee/GenError.template new file mode 100644 index 0000000..729525a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenError.template @@ -0,0 +1,72 @@ + + + + + +CA End-Entity Processing Error! + + + + +Problem Processing Your Request
+
+ + + + + +

+Please consult your local administrator for further assistance. +The Certificate System logs may provide further information. + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenPending.template b/base/ca/shared/webapps/ca/ee/GenPending.template new file mode 100644 index 0000000..15ab731 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenPending.template @@ -0,0 +1,61 @@ + + + + + +CA End-Entity Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenRejected.template b/base/ca/shared/webapps/ca/ee/GenRejected.template new file mode 100644 index 0000000..6e0ca83 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +CA End-Entity Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenSuccess.template b/base/ca/shared/webapps/ca/ee/GenSuccess.template new file mode 100644 index 0000000..5e17ecd --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +CA End-Entity Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenSvcPending.template b/base/ca/shared/webapps/ca/ee/GenSvcPending.template new file mode 100644 index 0000000..e61acbe --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +CA End-Entity Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenUnauthorized.template b/base/ca/shared/webapps/ca/ee/GenUnauthorized.template new file mode 100644 index 0000000..b8526cb --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +CA End-Entity Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/GenUnexpectedError.template b/base/ca/shared/webapps/ca/ee/GenUnexpectedError.template new file mode 100644 index 0000000..d93eb0f --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/GenUnexpectedError.template @@ -0,0 +1,62 @@ + + + + + +CA End-Entity Processing Error! + + + + +Problem Processing Your Request + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html b/base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html new file mode 100644 index 0000000..79862b3 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/AIMEnroll.html @@ -0,0 +1,426 @@ + + + + +AIM User Enrollment Form + + + + + + + + + + + + + + + + + +AIM User Enrollment
+
+ + Use this form to submit a request for a personal certificate through your + organization's directory. With directory based enrollment, you need only + supply your user ID and password for the directory; the directory + supplies the rest of the information needed for certificate issuance. + If the user ID and password are correct your certificate will be issued + automatically. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+Enter your user ID and password for your organization's directory. This +information will be used to verify your identity and to obtain +information from the directory to fill in the certificate. +
+ + + + + + +
+
+ Screen Name: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + +
+ + + + + + + +
+ +
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/CMCEnrollment.html b/base/ca/shared/webapps/ca/ee/ca/CMCEnrollment.html new file mode 100644 index 0000000..4e0ca29 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/CMCEnrollment.html @@ -0,0 +1,189 @@ + + + + +CMC Request Enrollment + + + + + + + +CMC Request Enrollment +
+ + Use this form to submit a CMC full enrollment request. +

+ After you click the Submit button, your request will be submitted to an + issuing agent for approval. The certificate will be emailed to you. + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CMC Full Enrollment Request
+Paste the CMC full enrollment request into this text area. +
+
+ +
+
+ +
+ + + Select Certificate Type +
+
+ + Select a certificate type that corresponds to the certificate request you pasted in the text area above.
+
+ Certificate Type: +
+
+ +
Contact Information
+
+
+
+ Name: +
+
+ +
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
Additional Comments
+ If you have additional comments for the person who will process your + certificate request, write them here. +
+
+ +
+
+ +
+ + + + +
+
+ + + + + +
+
+
+ + + diff --git a/base/ca/shared/webapps/ca/ee/ca/CMCRevReq.html b/base/ca/shared/webapps/ca/ee/ca/CMCRevReq.html new file mode 100644 index 0000000..bd24a21 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/CMCRevReq.html @@ -0,0 +1,66 @@ + + + + + + + +CMC Certificate Revocation signed by authorized agent + + + + +CMC +Certificate Revocation signed by authorized agent
+

Use +this form to revoke your certificate(s) automatically. +

After you click the submit button, the valid certificate with the serial +number specified in the CMC Revocation Request will get revoked automatically.

+
+ + + + + + + + + +
CMC + Revocation Enrollment Request
+ Paste the CMC revocation request, signed by an authorized agent,  + into this text area.

+
+ + + + +
+
+ + +
+
+
+
+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html b/base/ca/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html new file mode 100644 index 0000000..05d672f --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html @@ -0,0 +1,364 @@ + + + + +Certificate Based Enrollment - Directory Based User Enrollment Form + + + + + + + + + + + + + + + + + +Certificate Based User Enrollment for Dual Certs - Directory Based
+
+ + Use this form to submit a request for a personal certificate. You +will be asked to do an SSL client authentication. The certificate you +use to authenticate should be the signing certificate that was +generated together with an encryption certificate sharing the same +subject DN. On success, the user ID and password supplied on this +form will be used to individualize the certificates eventually approved. + If SSL client authentication is successful, the certificate you use +for authentication is a signing-only certificate, the pairing +encryption cert can be found, and the user ID and password are correct your certificates will be issued + automatically. In general, after successful import of these dual +certificates, you want to remove the original pair from your database. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+Enter your user ID and password for your organization's directory. This +information will be used to verify your identity and to obtain +information from the directory to fill in the certificate. +
+ + + + + + +
+
+ User ID: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html b/base/ca/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html new file mode 100644 index 0000000..67cb0cb --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html @@ -0,0 +1,508 @@ + + + + +Cert-Based Directory Based User Enrollment Form for Encryption Cert + + + + + + + + + + + + + + + + + + +Certificate Based User Enrollment for Encryption Certs - Directory Based
+
+ + Use this form to submit a request for an encryption certificate. You +will be asked to do an SSL client authentication. The certificate you +use to authenticate should be a signing-only certificate. On success, the user ID and password supplied on this +form will be used to individualize the certificate eventually approved. + If SSL client authentication is successful, and the user ID and +password are correct your certificate will be issued + automatically. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+Enter your user ID and password for your organization's directory. This +information will be used to verify your identity and to obtain +information from the directory to fill in the certificate. +
+ + + + + + +
+
+ User ID: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html b/base/ca/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html new file mode 100644 index 0000000..fe6910e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html @@ -0,0 +1,510 @@ + + + + +Cert-Based single Directory Based User Enrollment Form + + + + + + + + + + + + + + + + + + + +Certificate Based User Enrollment for Single Certs - Directory Based
+
+ + Use this form to submit a request for a certificate. You +will be asked to do an SSL client authentication. The certificate you +use to authenticate must be issued by an approved authority. On success, the user ID and password supplied on this +form will be used to individualize the certificate eventually approved. + If SSL client authentication is successful, and the user ID and +password are correct your certificate will be issued + automatically. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+Enter your user ID and password for your organization's directory. This +information will be used to verify your identity and to obtain +information from the directory to fill in the certificate. +
+ + + + + + +
+
+ User ID: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html b/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html new file mode 100644 index 0000000..00775b1 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ChallengeRevoke1.html @@ -0,0 +1,175 @@ + + + + +Revoke a Certificate using a challenge password + + + + + + + + + + + +Certificate Revocation using a challenge password
+

+ +Use this form to revoke your certificate(s) automatically. +

+After you click the submit button, the valid certificate with the serial number and the matched +challenge phrase password will get revoked automatically. + +

+ + + + + + + + + + + + + + + + + +
Certificate Revocation Information
+Please enter the serial number of the certificate to be revoked in the certificate. The serial number should be in either hexadecimal form(starting with 0x) or decimal form.
+
+ Serial Number: +
+
+ +
Authentication Information
+Enter the challenge password associated with this certificate for authenticating this request.
+
+ Challenge Password: +
+
+ +
+ + + + + + + + +
Revocation Reason
+Select a revocation reason.
+
+ + +
+
+ + + Unspecified
+ + Key Compromise
+ + + + Affiliation Changed
+ + Superseded
+ + Cessation of Operation
+ + + + + + + Privilege Withdrawn
+ + +
+
+ + + + + + + + +
+ + + + +
+ + Additional Comments
+ If you want to include any additional comments in your revocation request, write them here. +
+
+ +
+ + + + +
+
+ + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/DirPinUserEnroll.html b/base/ca/shared/webapps/ca/ee/ca/DirPinUserEnroll.html new file mode 100644 index 0000000..1c4ca22 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/DirPinUserEnroll.html @@ -0,0 +1,533 @@ + + + + +Directory and Pin-Based User Enrollment Form + + + + + + + + + + + + + + + + + +Directory And PIN Based User Enrollment
+
+ + Use this form to submit a request for a personal certificate through your + organization's directory. Your user ID and + password for the directory and a one time personal identification number + (PIN) assigned by your system administrator are required for this automatic + method of certificate issuance. If the user ID, password and PIN are correct + your certificate will be issued automatically. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+ Enter your user ID and password for your organization's directory and + the one time PIN given by your system administrator. + This information will be used to verify your identity and to obtain + information from the directory to fill in the certificate. +
+ + + + + + +
+
+ User ID: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + +Enter the PIN your system administrator has communicated to you for certificate enrollment. + + + + + + + + +
+
+ PIN: +
+
+ +
+ + + + + + + +
+ + + + + + + +
+ +
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html b/base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html new file mode 100644 index 0000000..703225a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/DirUserEnroll.html @@ -0,0 +1,517 @@ + + + + +Directory Based User Enrollment Form + + + + + + + + + + + + + + + + + + +Directory Based User Enrollment
+
+ + Use this form to submit a request for a personal certificate through your + organization's directory. With directory based enrollment, you need only + supply your user ID and password for the directory; the directory + supplies the rest of the information needed for certificate issuance. + If the user ID and password are correct your certificate will be issued + automatically. + + + + + + +
 
+ + + + + +
+ Important: + + Be sure to request your certificate on the same computer on which you + plan to use your certificate.
+ + + + +
 
+ + + + + User's Identity
+Enter your user ID and password for your organization's directory. This +information will be used to verify your identity and to obtain +information from the directory to fill in the certificate. +
+ + + + + + +
+
+ User ID: +
+
+ +
+ + + + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + +
+ + + + + + + +
+ +
+ + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/DisplayCRL.html b/base/ca/shared/webapps/ca/ee/ca/DisplayCRL.html new file mode 100644 index 0000000..5283414 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/DisplayCRL.html @@ -0,0 +1,169 @@ + + + + +Review Certificate Revocation List + + + + + + + + + + + + +Import Certificate Revocation List +
+ + +Use this form to check whether a particular certificate has been revoked or +to import the latest Certificate Revocation List. + + + + + + +
 
+ +
+Select one of these actions + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Check whether the following certificate is revoked +
+ Certificate serial number:  + +
+ + Import the latest CRL to your browser +
+ + Import the latest delta CRL to your browser +
+ + Download the latest CRL in binary form +
+ + Download the latest delta CRL in binary form +
+ + Display the CRL information:   + +
+ + + + + +
+ + + + + +
+ + + +
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/EnrollSuccess.template b/base/ca/shared/webapps/ca/ee/ca/EnrollSuccess.template new file mode 100644 index 0000000..771c6fb --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/EnrollSuccess.template @@ -0,0 +1,248 @@ + + + + + +CS Enroll Request Success + + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/base/ca/shared/webapps/ca/ee/ca/GetCAChain.html b/base/ca/shared/webapps/ca/ee/ca/GetCAChain.html new file mode 100644 index 0000000..2fb7808 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/GetCAChain.html @@ -0,0 +1,107 @@ + + + + +Get CA Chain + + + + + + + + + + + + +Import CA Certificate Chain +
+ + +Use this form to import the CA certificate chain into your browser (users) +or your server (administrators). This is a one-time operation. + + + + + + +
 
+ +
+ + + + + + + +
+ + Users + +
+ + + + Import the CA certificate chain into your browser + +
+ + + Download the CA certificate chain in binary form + +
+ + + Display the CA certificate chain in PKCS#7 for importing into a server + +
+ + + Display certificates in the CA certificate chain for importing + individually into a server + +
+ +

+ + + + +
+
+ + + + +
+
+ +

+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ImportAdminCert.template b/base/ca/shared/webapps/ca/ee/ca/ImportAdminCert.template new file mode 100644 index 0000000..e52764e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ImportAdminCert.template @@ -0,0 +1,58 @@ + + + + +VBScript Administrator Certificate Enrollment + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ImportCert.template b/base/ca/shared/webapps/ca/ee/ca/ImportCert.template new file mode 100644 index 0000000..5530cf2 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ImportCert.template @@ -0,0 +1,268 @@ + + + + + + +CS Enroll Request Success + + + + + +Import Certificate + + + + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/KeyRecovery.html b/base/ca/shared/webapps/ca/ee/ca/KeyRecovery.html new file mode 100644 index 0000000..b3a9e46 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/KeyRecovery.html @@ -0,0 +1,41 @@ + + + + + + + Key Recovery + + + + +
+

+User Initiated Key Recovery

+ +
+
Key Recovery is supported only for clients that support dual certificates - one for signing and another for encryption. At this time key recovery is not supported. +

+

+ +
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ManCAEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManCAEnroll.html new file mode 100644 index 0000000..851bca5 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManCAEnroll.html @@ -0,0 +1,162 @@ + + + + +Request a CA Certificate + + + + + + + +Certificate Manager Enrollment (for Certificate Manager Administrators) +
+ + Use this form to submit a request for a subordinate certificate authority's + signing certificate. +

+ After you click the Submit button, your request will be submitted to an + issuing agent for approval. The certificate will be emailed to you. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PKCS #10 Request
+A PKCS #10 request is generated during the installation of the Certificate Manager. +Paste the certificate authority's PKCS #10 request into this text area. +
+
+ +
+
+ +
Contact Information
+
+
+
+ Name: +
+
+ +
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
Additional Comments
+ If you have additional comments for the person who will process your + certificate request, write them here. +
+
+ +
+
+ +
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ManObjSignEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManObjSignEnroll.html new file mode 100644 index 0000000..9c2c86a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManObjSignEnroll.html @@ -0,0 +1,693 @@ + + + + +User Certificate Request Form + + + + + + + + + + + + + + + + + + + + + + + +Manual Object Signing Enrollment +
+ + Use this form to submit a request for an object signing certificate. + After you click the Submit button, your request will be submitted to an + issuing agent for approval. When an issuing agent has approved your request + you will receive the certificate in email, along with instructions for + installing it. + + + + + +
 
+ + + + + +
Important: + + Be sure to request your certificate on the same computer on which you + plan to use the certificate. +
+ + + + +
 
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + User's Identity
+
+ + Enter values for the fields you want to have in your certificate. + Your site may require you to fill in certain fields.
(* = required field)
+
+ + * Full name: + +
+
+ + +
+
+ Login name: +
+
+ +
+
+ Email address: +
+
+ +
+
+ Organization unit: +
+
+ +
+
+ Organization: +
+
+ +
+
+ Country: +
+
+ +
+
+
+
 
+ + + Select Signing Type +
+
+ + Select a signing type that the certificate will be used.
+
+ Signing Type: +
+
+ +
 
+ + + Contact Information +
+
+ + Enter an email address or phone number at which you can be contacted + regarding this request.
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
+ + + Additional Comments +
+
+ + If you have any comments for the person who will process your certificate request, write them here. + +
+
+ +
+
+ +
 
+ + + + +
+ + + +
+ + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ManRAEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManRAEnroll.html new file mode 100644 index 0000000..796ef0d --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManRAEnroll.html @@ -0,0 +1,156 @@ + + + + +Request a RA Certificate + + + + + + + +Registration Manager Enrollment (for Registration Manager Administrators) +
+ + Use this form to submit a request for a Registration Manager's signing + certificate. The Registration Manager will use this certificate to + authenticate itself to the Certificate Manager. +

+ After you click the Submit button, your request will be submitted to an + issuing agent for approval. The certificate will be emailed to you. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PKCS #10 Request
+ A PKCS #10 request is generated during the installation of the + Registration Manager.
Paste the PKCS #10 request into this text area. +
+
+ +
+
+ +
Contact Information
+
+
+ Name: +
+
+ +
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
Additional Comments
+ If you have additional comments for the person who will process your + certificate request, write them here.
+
+ +
+
+ +
+ + + + +
+
+ + + + + + + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html new file mode 100644 index 0000000..148aaee --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManServerEnroll.html @@ -0,0 +1,167 @@ + + + + +Request a Server Certificate + + + + + + + +Server Certificate Enrollment (for Server Administrators)
+ + Use this form to submit a request for a server certificate. You must submit + a PKCS #10 request. If you have a Netscape server, create a PKCS#10 request + by using the Netscape Administration Server instance associated with the + server for which you are requesting the certificate. In the Netscape + Administration Server forms, choose Encryption, then Request Server Certificate. +

+ If you are not using a Netscape server, follow the appropriate steps to + generate a PKCS #10 request with the server you have. +

+ After you click the Submit button, your request will be submitted to + an issuing agent for approval. You will receive the certificate in email + when it has been approved. + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + PKCS #10 Request
+ Paste the PKCS #10 request into this text area. +
+
+
+
+ +
+ + Server Administrator Contact Information
+
+
+ Name: +
+
+ +
+
+ Email: +
+
+ +
+
+ Phone: +
+
+ +
 
+ Additional Comments
+ If you have any additional comments for the person who will process + your certificate request, write them here.
+
+ +
+
+ +
+ + + + +
+
+ + + + + + + + + + + + +
+
+
+ +
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html b/base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html new file mode 100644 index 0000000..e552f8e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html @@ -0,0 +1,705 @@ + +