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 ++ 294 files changed, 53535 insertions(+), 8 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 (limited to 'base') diff --git a/base/ca/shared/webapps/ca/404.html b/base/ca/shared/webapps/ca/404.html new file mode 100755 index 000000000..49f75a9a3 --- /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 000000000..fe8f8de33 --- /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 000000000..312559994 --- /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 000000000..57d118aa5 --- /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 000000000..d3709831e --- /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 000000000..e52764ec6 --- /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 000000000..5530cf2d1 --- /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 000000000..8b6335ab5 --- /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 000000000..eac3ac476 --- /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 000000000..b35881ed6 --- /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 000000000..c8ffd51c7 --- /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 000000000..14a80bb95 --- /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 000000000..30662d47a --- /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 000000000..19f85f7ab --- /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 000000000..50d23ee31 --- /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 000000000..81d12641a --- /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 000000000..f3531f0b9 --- /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 000000000..584402c69 --- /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 000000000..f0016cdfa --- /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 000000000..58534e03b --- /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 000000000..08bcd5240 --- /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 000000000..37ad258c0 --- /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 000000000..882f43ee3 --- /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 000000000..ff8613b42 --- /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 000000000..42e0f5cb3 --- /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 000000000..95c38b2f3 --- /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 000000000..d3b997026 --- /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 000000000..87bf61f45 --- /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 000000000..f3c8db026 --- /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 000000000..08433aa7d --- /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 000000000..4f11ddf33 --- /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 000000000..1fb9541cd --- /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 000000000..e41af69c4 --- /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 000000000..01f57455d --- /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 000000000..0f1ad7812 --- /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 000000000..c1061affa --- /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 000000000..5d994cd43 --- /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 000000000..4a193e324 --- /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 000000000..988c6db51 --- /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 000000000..f1148570c --- /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 000000000..b1940a820 --- /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 000000000..a0483c7e4 --- /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 000000000..bcf5df10e --- /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 000000000..79a11aab6 --- /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 000000000..98f514696 --- /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 000000000..c4b3d1e62 --- /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 000000000..8cc976d02 --- /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 000000000..2a15bae4c --- /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 000000000..ebaee6df8 --- /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 000000000..b75a6272b --- /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 000000000..0e73ea82f --- /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 000000000..75a4dbebb --- /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 000000000..cfafd6208 --- /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 000000000..0af670816 --- /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 000000000..9dc579977 --- /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 000000000..2c4984e9e --- /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 000000000..7fa9f658d --- /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 000000000..de76603c4 --- /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 000000000..21452599d --- /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 000000000..f3b541962 --- /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 000000000..0b73aa60e --- /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 000000000..a7bcd66df --- /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 000000000..1148bf7c4 --- /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 000000000..a088ef030 --- /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 000000000..3b16a1a20 --- /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 000000000..c251356bd --- /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 000000000..59e2f4078 --- /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 000000000..73c3eb736 --- /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 000000000..cbdd43f6a --- /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 000000000..4d263fefd --- /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 000000000..172125e38 --- /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 000000000..4cc7b9163 --- /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 000000000..a7ba0d045 --- /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 000000000..40ee64b0c --- /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 000000000..ed8285bb6 --- /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 000000000..ffb648beb --- /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 000000000..bd356841d --- /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 000000000..cae2a93da --- /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 000000000..7bfc6f6ef --- /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 000000000..001b0e3b5 --- /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 000000000..a2a30dd64 --- /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 000000000..8f7e1990c --- /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 000000000..f4033d0f4 --- /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 000000000..8080ce0d2 --- /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 000000000..700d167cf --- /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 000000000..2b05486b4 --- /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 000000000..942db568d --- /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 000000000..c8ffd51c7 --- /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 000000000..958612d20 --- /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 000000000..d1221b14b --- /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 000000000..14a80bb95 --- /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 000000000..30662d47a --- /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 000000000..4f45c7390 --- /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 000000000..bfec33981 --- /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 000000000..9375e988d 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 000000000..729525afd --- /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 000000000..15ab7316a --- /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 000000000..6e0ca836f --- /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 000000000..5e17ecd64 --- /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 000000000..e61acbe6c --- /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 000000000..b8526cb59 --- /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 000000000..d93eb0fd6 --- /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 000000000..79862b377 --- /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 000000000..4e0ca29ad --- /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 000000000..bd24a212c --- /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 000000000..05d672f37 --- /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 000000000..67cb0cbdb --- /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 000000000..fe6910efe --- /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 000000000..00775b140 --- /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 000000000..1c4ca22c2 --- /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 000000000..703225a82 --- /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 000000000..528341458 --- /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 000000000..771c6fb1b --- /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 000000000..2fb78081d --- /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 000000000..e52764ec6 --- /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 000000000..5530cf2d1 --- /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 000000000..b3a9e4676 --- /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 000000000..851bca52e --- /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 000000000..9c2c86a03 --- /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 000000000..796ef0d6f --- /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 000000000..148aaee7c --- /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 000000000..e552f8e4a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ManUserEnroll.html @@ -0,0 +1,705 @@ + + + + +User Certificate Request Form + + + + + + + + + + + + + + + + + + + + + + + +Manual User Enrollment +
+ + Use this form to submit a request for a personal 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: +
+
+ +
+
+
+
 
+
+ + +
+
+ + + + + + + +
 
+ + + Challenge Phrase Password (optional) +
+
+ + Enter a challenge phrase password which can be used for certificate revocation. +
+
+ Password: +
+
+ +
+
+ Confirmed password: +
+
+ +
+ + + 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/NISUserEnroll.html b/base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html new file mode 100644 index 000000000..d671b4b22 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/NISUserEnroll.html @@ -0,0 +1,508 @@ + + + + +NIS Based User Enrollment Form + + + + + + + + + + + + + + + + + + +NIS Based User Enrollment
+
+ + Use this form to submit a request for a personal certificate through your + organization's NIS. With NIS based enrollment, you need only + supply your user ID and password for the NIS; 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 NIS. 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/OCSPResponder.html b/base/ca/shared/webapps/ca/ee/ca/OCSPResponder.html new file mode 100644 index 000000000..33d3733ce --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/OCSPResponder.html @@ -0,0 +1,156 @@ + + + + +Request an OCSP Responder Certificate + + + + + + + +OCSP Responder Enrollment +
+ + Use this form to submit a request for an OCSP Responder'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 by the software that will provide OCSP responses for your CA. +Paste the OCSP responder'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/ObjSignPKCS10Enroll.html b/base/ca/shared/webapps/ca/ee/ca/ObjSignPKCS10Enroll.html new file mode 100644 index 000000000..820c1aa55 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ObjSignPKCS10Enroll.html @@ -0,0 +1,213 @@ + + + + +Request an Object Signing Certificate + + + + + + + +Object Signing Certificate 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. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + PKCS #10 Request
+ Paste the PKCS #10 request into this text area. +
+
+
+
+ +
+
+ + +
+
+ +
 
+ + + Select Signing Type +
+
+ + Select a signing type that the certificate will be used.
+
+ Signing Type: +
+
+ +
+ + 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/PortalEnrollment.html b/base/ca/shared/webapps/ca/ee/ca/PortalEnrollment.html new file mode 100644 index 000000000..8f3a373b4 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/PortalEnrollment.html @@ -0,0 +1,751 @@ + + + + +Portal User Enrollment Form + + + + + + + + + + + + + + + + + +Portal User Enrollment
+
+ + Use this form to submit a request for a personal certificate and user registration. + This form models the standard object class "inetOrgPerson" which has many useful attributes + which can be used in real portal deployment. + Supply your user ID and password to validate your identity. Also, first name + and last name have to be provided for user registration. Other fields are optional; the server + supplies the rest of the information needed for certificate issuance. + If the user ID is unique, your certificate will be issued and user registration + will be done 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. This +information will be used to verify your identity and to obtain a certificate.
+
+
+ * User ID: +
+
+ +
+
+ Password: +
+
+ +
+
+ Confirm Password: +
+
+ +
+ User's Personal Information
+Enter your personal information for registration. This +information will be used for user registration.
(* = required field)
+
+
+ * First Name: +
+
+ +
+
+ * Last Name: +
+
+ +
+
+ Full Name: +
+
+ +
+
+ Email address: +
+
+ +
+
+ Organization unit: +
+
+ +
+
+ Organization: +
+
+ +
+
+ Address: +
+
+ +
+
+ City: +
+
+ +
+
+ State/Province: +
+
+ +
+
+ ZIP Code: +
+
+ +
+
+ + +
+
+ + + + + + + +
+ + +
+ + + + +
+
+ + + + + + +
+
+
+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ProfileList.template b/base/ca/shared/webapps/ca/ee/ca/ProfileList.template new file mode 100644 index 000000000..fc063e152 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ProfileList.template @@ -0,0 +1,71 @@ + + + + + +Certificate Profile +
+ + Use this form to select a certificate profile for the request. +

+ + + + + +
 
+

+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template b/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template new file mode 100644 index 000000000..bcb047dbf --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ProfileSelect.template @@ -0,0 +1,865 @@ + + + + + +Certificate Profile +
+ + Use this form to submit the request. +

+ + + + + +
 
+

+ + + + + + + + + +

+

+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.html b/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.html new file mode 100644 index 000000000..90d50864d --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.html @@ -0,0 +1,30 @@ + + + + +Certificate Profile Based Enrollment Form + + +

+ + + +
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.template b/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.template new file mode 100644 index 000000000..ce1ec122e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/ProfileSubmit.template @@ -0,0 +1,137 @@ + + + + + +Certificate Profile +
+ +

+ + + + + +
 
+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/RenewalSuccess.template b/base/ca/shared/webapps/ca/ee/ca/RenewalSuccess.template new file mode 100644 index 000000000..cb840d296 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/RenewalSuccess.template @@ -0,0 +1,217 @@ + + + + + + +CS Renewal Request Success + + + + + +Renewal Success + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/RevocationSuccess.template b/base/ca/shared/webapps/ca/ee/ca/RevocationSuccess.template new file mode 100644 index 000000000..d024a3d14 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/RevocationSuccess.template @@ -0,0 +1,89 @@ + + + + + + +CS Revocation Request Success + + + + + +Revocation Success + + +

+The following certificate has been revoked: + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/UserDnEnroll.html b/base/ca/shared/webapps/ca/ee/ca/UserDnEnroll.html new file mode 100644 index 000000000..f4798d473 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/UserDnEnroll.html @@ -0,0 +1,472 @@ + + + + +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 DN and password for the directory; the directory + supplies the rest of the information needed for certificate issuance. + If the user DN 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 DN 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 DN: +
+
+ +
+ + + + + + +
+
+ Password: +
+
+ +
+ + + + + + + + +
+ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/UserRenewal.html b/base/ca/shared/webapps/ca/ee/ca/UserRenewal.html new file mode 100644 index 000000000..df65046b6 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/UserRenewal.html @@ -0,0 +1,98 @@ + + + + +User Certificate Renewal + + + + + + + +User Certificate Renewal
+ + Use this form to renew your certificate automatically. +

+ After you click the Submit button, a window will pop up with a list of + certificates you can send to the server. Select the + certificate you want to renew from this window. + + + + + +
 
+ + + + + +
Important: + + Be sure to make this request on the same computer on which you plan to use + your renewed certificate. +
+ + + + +
 
+

+ + + + + + + + + +
+
+
+
+ + +
+
+ + + + +
+
+ + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/UserRevocation.html b/base/ca/shared/webapps/ca/ee/ca/UserRevocation.html new file mode 100644 index 000000000..83f0091a8 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/UserRevocation.html @@ -0,0 +1,118 @@ + + + + +User Certificate Revocation Form + + + + +User Certificate Revocation
+ + Use this form to revoke your certificate automatically. +

+ After you click the submit button, a window will pop up with a list of + certificates you can send to the server. Select the certificate you + want to revoke from this window. + + + + + +
 
+ + + + + +
Important: + + This is an irreversible operation. If you still want to continue, + be sure to request revocation on the computer where the private key and + certificate to be revoked are stored. +
+ + + + +
 
+

+ + + + + + + + + + + +
+ Revocation Reason
+Select a revocation reason
+
+ + +
+
+ + + Unspecified
+ + Key Compromise
+ + + + Affiliation Changed
+ + Superseded
+ + Cessation of Operation
+ + + + + + + Privilege Withdrawn
+ + +
+
+ + + + +
+
+ + + + + + + +
+
+
+
+ + diff --git a/base/ca/shared/webapps/ca/ee/ca/bench2k.html b/base/ca/shared/webapps/ca/ee/ca/bench2k.html new file mode 100755 index 000000000..ab667f47f --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/bench2k.html @@ -0,0 +1,58 @@ + + + + + + + benchmark1 + + +This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
This is a file used for benchmarking HTTP Operations. +
  + + diff --git a/base/ca/shared/webapps/ca/ee/ca/checkRequest.html b/base/ca/shared/webapps/ca/ee/ca/checkRequest.html new file mode 100644 index 000000000..2fbaa048d --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/checkRequest.html @@ -0,0 +1,76 @@ + + + + + Check Request Status + + + + + + + + +Check Request Status +
+ +Use this form to verify status of the specified certificate request. + + + + + + +
 
+ +
+ +

+ + + + + + + + + + +
+ + Enter a request identifying number (in decimal form). +
+ Request identifier:  + +
+ +

+ + + + +
+ +     +
+

+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/displayBySerial.template b/base/ca/shared/webapps/ca/ee/ca/displayBySerial.template new file mode 100644 index 000000000..e9b4d72bf --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/displayBySerial.template @@ -0,0 +1,224 @@ + + + + + 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-----
+
+-----END CERTIFICATE-----
+
+ +

+ +
+ +Importing this certificate
+

+ +To import the certificate into your client, click the following button. + +

+ + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/displayBySerial2.template b/base/ca/shared/webapps/ca/ee/ca/displayBySerial2.template new file mode 100644 index 000000000..f8f306499 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/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-----
+
+-----END CERTIFICATE-----
+
+ +

+ +
+ +Downloading this certificate
+

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

+ + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/displayCRL.template b/base/ca/shared/webapps/ca/ee/ca/displayCRL.template new file mode 100644 index 000000000..e829387c1 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/displayCRL.template @@ -0,0 +1,227 @@ + + + + + CRL Info + + + + + + + +Certificate Revocation List +
+ + + + +
 
+
+ + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/displayCaCert.template b/base/ca/shared/webapps/ca/ee/ca/displayCaCert.template new file mode 100644 index 000000000..4e93919f5 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/displayCaCert.template @@ -0,0 +1,111 @@ + + + + + CA Certificate Chain + + + + + + + +CA Certificate Chain +
+ + + + +
 
+
+ + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/displayCertFromRequest.template b/base/ca/shared/webapps/ca/ee/ca/displayCertFromRequest.template new file mode 100644 index 000000000..aafa17aca --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/displayCertFromRequest.template @@ -0,0 +1,177 @@ + + + + + + +CS Enroll Request Success + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/enrollMenu.html b/base/ca/shared/webapps/ca/ee/ca/enrollMenu.html new file mode 100644 index 000000000..cebdc1aec --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/enrollMenu.html @@ -0,0 +1,31 @@ + + + + +Enrollment Menu + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/index.html b/base/ca/shared/webapps/ca/ee/ca/index.html new file mode 100644 index 000000000..80d8415d1 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/index.html @@ -0,0 +1,388 @@ + + + + +CA End-Entity + + + + + + + + + + + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + diff --git a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html new file mode 100644 index 000000000..74c3080f0 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/index.html @@ -0,0 +1,556 @@ + + + +CA End-Entity + + + + + + + + + + + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + diff --git a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/profileMenu.html b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/profileMenu.html new file mode 100644 index 000000000..9eabc2262 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/profileMenu.html @@ -0,0 +1,36 @@ + + + + +profile Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/retrievalMenu.html b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/retrievalMenu.html new file mode 100644 index 000000000..ec39a7a01 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/retrievalMenu.html @@ -0,0 +1,36 @@ + + + + +Retrieval Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/revocationMenu.html b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/revocationMenu.html new file mode 100644 index 000000000..fa810e748 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/policyEnrollment/revocationMenu.html @@ -0,0 +1,31 @@ + + + + +Revocation Menu + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/index.html b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/index.html new file mode 100644 index 000000000..478c193ad --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/index.html @@ -0,0 +1,393 @@ + + + +CA End-Entity + + + + + + + + + + + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + diff --git a/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/profileMenu.html b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/profileMenu.html new file mode 100644 index 000000000..8f19d91b4 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/profileMenu.html @@ -0,0 +1,32 @@ + + + + +profile Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/retrievalMenu.html b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/retrievalMenu.html new file mode 100644 index 000000000..faafe343e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/retrievalMenu.html @@ -0,0 +1,36 @@ + + + + +Retrieval Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/revocationMenu.html b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/revocationMenu.html new file mode 100644 index 000000000..21f5f4397 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/profileEnrollment/revocationMenu.html @@ -0,0 +1,31 @@ + + + + +Revocation Menu + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/profileMenu.html b/base/ca/shared/webapps/ca/ee/ca/profileMenu.html new file mode 100644 index 000000000..b621c230e --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/profileMenu.html @@ -0,0 +1,32 @@ + + + + +profile Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/queryBySerial.html b/base/ca/shared/webapps/ca/ee/ca/queryBySerial.html new file mode 100644 index 000000000..557a1cf17 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/queryBySerial.html @@ -0,0 +1,190 @@ + + + + + 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 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/ee/ca/queryCert.html b/base/ca/shared/webapps/ca/ee/ca/queryCert.html new file mode 100644 index 000000000..32e2ac644 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/queryCert.html @@ -0,0 +1,1518 @@ + + + + + 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. + + + + + + + + + +
 
+ +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/ee/ca/queryCert.template b/base/ca/shared/webapps/ca/ee/ca/queryCert.template new file mode 100644 index 000000000..1165cb309 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/queryCert.template @@ -0,0 +1,499 @@ + + + + +Untitled Document + + + + + + + +Search Results +
+ + + + +
 
+ + + + + + + +
+ + +
+
+ + + diff --git a/base/ca/shared/webapps/ca/ee/ca/reasonToRevoke.template b/base/ca/shared/webapps/ca/ee/ca/reasonToRevoke.template new file mode 100644 index 000000000..7edfe7e29 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/reasonToRevoke.template @@ -0,0 +1,480 @@ + + + + + +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/ee/ca/recoveryMenu.html b/base/ca/shared/webapps/ca/ee/ca/recoveryMenu.html new file mode 100644 index 000000000..c463d2d3d --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/recoveryMenu.html @@ -0,0 +1,32 @@ + + + + +Recovery Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/remoteAuthConfig.template b/base/ca/shared/webapps/ca/ee/ca/remoteAuthConfig.template new file mode 100644 index 000000000..f66f683cf --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/remoteAuthConfig.template @@ -0,0 +1,74 @@ + + + + + + + + + + + + +Delegated Administrator + +
+ +Directory Enrollment Setup. + + + + + +
 
+ + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/renewalMenu.html b/base/ca/shared/webapps/ca/ee/ca/renewalMenu.html new file mode 100644 index 000000000..ca2956b33 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/renewalMenu.html @@ -0,0 +1,32 @@ + + + + +Renewal Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/requestStatus.template b/base/ca/shared/webapps/ca/ee/ca/requestStatus.template new file mode 100644 index 000000000..a25f5e2ad --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/requestStatus.template @@ -0,0 +1,221 @@ + + + + + Request Status + + + + + + + + + + +Request Status +
+ + + + +
 
+ + + + + +
+ + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/retrievalMenu.html b/base/ca/shared/webapps/ca/ee/ca/retrievalMenu.html new file mode 100644 index 000000000..c7d8d13c8 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/retrievalMenu.html @@ -0,0 +1,36 @@ + + + + +Retrieval Menu + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/revocationMenu.html b/base/ca/shared/webapps/ca/ee/ca/revocationMenu.html new file mode 100644 index 000000000..1b1d19a60 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/revocationMenu.html @@ -0,0 +1,31 @@ + + + + +Revocation Menu + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/revocationResult.template b/base/ca/shared/webapps/ca/ee/ca/revocationResult.template new file mode 100644 index 000000000..ddcc66198 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/revocationResult.template @@ -0,0 +1,190 @@ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/srchCert.html b/base/ca/shared/webapps/ca/ee/ca/srchCert.html new file mode 100644 index 000000000..2676d2592 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/srchCert.html @@ -0,0 +1,1587 @@ + + + + + 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. + + + + + + + + + +
 
+ +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: + + +
+
+ + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + + +
+    +
+ +
+ + + diff --git a/base/ca/shared/webapps/ca/ee/ca/srchCert.template b/base/ca/shared/webapps/ca/ee/ca/srchCert.template new file mode 100644 index 000000000..4213d000a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/srchCert.template @@ -0,0 +1,487 @@ + + + + +Untitled Document + + + + + + +Search Results +
+ + + + +
 
+ + + + + +
+ + +
+
+ + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/tabs.html b/base/ca/shared/webapps/ca/ee/ca/tabs.html new file mode 100644 index 000000000..2cf6ee3be --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/tabs.html @@ -0,0 +1,35 @@ + + + + +CA End-Entity + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/ca/toDisplayCRL.template b/base/ca/shared/webapps/ca/ee/ca/toDisplayCRL.template new file mode 100644 index 000000000..2a158381f --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/toDisplayCRL.template @@ -0,0 +1,231 @@ + + + + +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 CRL issuing point + + +
+Select one of these actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Check whether the following certificate is included in CRL cache +
+ + Check whether the following certificate is listed by CRL +
+ 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/unrevocationResult.template b/base/ca/shared/webapps/ca/ee/ca/unrevocationResult.template new file mode 100644 index 000000000..b876f6f5f --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/ca/unrevocationResult.template @@ -0,0 +1,126 @@ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/ee/cms-funcs.js b/base/ca/shared/webapps/ca/ee/cms-funcs.js new file mode 100644 index 000000000..601a84221 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/cms-funcs.js @@ -0,0 +1,746 @@ +// --- 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/ee/helpfun.js b/base/ca/shared/webapps/ca/ee/helpfun.js new file mode 100644 index 000000000..14a80bb95 --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/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/ee/index.html b/base/ca/shared/webapps/ca/ee/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/ca/shared/webapps/ca/ee/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ca/shared/webapps/ca/index.html b/base/ca/shared/webapps/ca/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/ca/shared/webapps/ca/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ca/shared/webapps/ca/services.template b/base/ca/shared/webapps/ca/services.template new file mode 100644 index 000000000..b4ce80168 --- /dev/null +++ b/base/ca/shared/webapps/ca/services.template @@ -0,0 +1,106 @@ + + + + +CA Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System CA Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + diff --git a/base/deploy/src/scriptlets/webapp_deployment.py b/base/deploy/src/scriptlets/webapp_deployment.py index 9fca206e9..ff4818918 100644 --- a/base/deploy/src/scriptlets/webapp_deployment.py +++ b/base/deploy/src/scriptlets/webapp_deployment.py @@ -62,14 +62,8 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): "admin"), overwrite_flag=True) - util.directory.copy( - os.path.join( - config.PKI_DEPLOYMENT_SOURCE_ROOT, - master['pki_subsystem'].lower() + "-ui", - "webapps", - master['pki_subsystem'].lower()), - master['pki_tomcat_webapps_subsystem_path'], - overwrite_flag=True) + # Copy /usr/share/pki//webapps/ + # to /webapps/ util.directory.copy( os.path.join( config.PKI_DEPLOYMENT_SOURCE_ROOT, @@ -78,6 +72,7 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): master['pki_subsystem'].lower()), master['pki_tomcat_webapps_subsystem_path'], overwrite_flag=True) + util.directory.create( master['pki_tomcat_webapps_subsystem_webinf_classes_path']) util.directory.create( diff --git a/base/kra/shared/webapps/kra/404.html b/base/kra/shared/webapps/kra/404.html new file mode 100755 index 000000000..8ccd40650 --- /dev/null +++ b/base/kra/shared/webapps/kra/404.html @@ -0,0 +1,146 @@ + + + + + + +DRM 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System DRM Error Page +
+

+ +

+ +

+ + + + diff --git a/base/kra/shared/webapps/kra/500.html b/base/kra/shared/webapps/kra/500.html new file mode 100755 index 000000000..1dc79ac2c --- /dev/null +++ b/base/kra/shared/webapps/kra/500.html @@ -0,0 +1,139 @@ + + + + + + +DRM 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System DRM Error Page +
+

+ +

+ +

+ + + + diff --git a/base/kra/shared/webapps/kra/GenUnexpectedError.template b/base/kra/shared/webapps/kra/GenUnexpectedError.template new file mode 100644 index 000000000..8cf1a05b9 --- /dev/null +++ b/base/kra/shared/webapps/kra/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +DRM Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenError.template b/base/kra/shared/webapps/kra/agent/GenError.template new file mode 100644 index 000000000..00fc21da0 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenError.template @@ -0,0 +1,78 @@ + + + + + +DRM 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/kra/shared/webapps/kra/agent/GenPending.template b/base/kra/shared/webapps/kra/agent/GenPending.template new file mode 100644 index 000000000..62d4316b1 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenPending.template @@ -0,0 +1,61 @@ + + + + + +DRM Agent Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenRejected.template b/base/kra/shared/webapps/kra/agent/GenRejected.template new file mode 100644 index 000000000..d6c67f2c4 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +DRM Agent Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenSuccess.template b/base/kra/shared/webapps/kra/agent/GenSuccess.template new file mode 100644 index 000000000..dc3a9775f --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +DRM Agent Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenSvcPending.template b/base/kra/shared/webapps/kra/agent/GenSvcPending.template new file mode 100644 index 000000000..66a524912 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +DRM Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenUnauthorized.template b/base/kra/shared/webapps/kra/agent/GenUnauthorized.template new file mode 100644 index 000000000..fc137d06b --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +DRM Agent Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/GenUnexpectedError.template b/base/kra/shared/webapps/kra/agent/GenUnexpectedError.template new file mode 100644 index 000000000..2427a67b6 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +DRM Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/cms-funcs.js b/base/kra/shared/webapps/kra/agent/cms-funcs.js new file mode 100644 index 000000000..c8ffd51c7 --- /dev/null +++ b/base/kra/shared/webapps/kra/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/kra/shared/webapps/kra/agent/funcs.js b/base/kra/shared/webapps/kra/agent/funcs.js new file mode 100644 index 000000000..daef83d17 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/funcs.js @@ -0,0 +1,686 @@ +// --- 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/kra/shared/webapps/kra/agent/header.template b/base/kra/shared/webapps/kra/agent/header.template new file mode 100644 index 000000000..d1221b14b --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/base/kra/shared/webapps/kra/agent/helpfun.js b/base/kra/shared/webapps/kra/agent/helpfun.js new file mode 100644 index 000000000..14a80bb95 --- /dev/null +++ b/base/kra/shared/webapps/kra/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/kra/shared/webapps/kra/agent/index.html b/base/kra/shared/webapps/kra/agent/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/kra/shared/webapps/kra/agent/index.template b/base/kra/shared/webapps/kra/agent/index.template new file mode 100644 index 000000000..c3200bb9c --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/index.template @@ -0,0 +1,140 @@ + + + + + +DRM Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/base/kra/shared/webapps/kra/agent/kra/GrantRecovery.html b/base/kra/shared/webapps/kra/agent/kra/GrantRecovery.html new file mode 100644 index 000000000..4a2cf018e --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/GrantRecovery.html @@ -0,0 +1,46 @@ + + + +Authorize Recovery (for Recovery Agents) + + + + + +Authorize Recovery (for Recovery Agents)
+ +Use this form to approve a key recovery. + + + + + +
 
+ +
+ + + + + + + +
+ Recovery authorization reference number:
+
+ +

+
+ + + + +
+   + +
+

+ + diff --git a/base/kra/shared/webapps/kra/agent/kra/ListRequests.html b/base/kra/shared/webapps/kra/agent/kra/ListRequests.html new file mode 100644 index 000000000..7150c5d60 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/ListRequests.html @@ -0,0 +1,96 @@ + + + +List Key Service Requests + + + + + + + + +List Requests
+ +Use this form to show a list of key service requests. + + + + +
 
+ +
+ + + + + + + + + + + + + + +
+ Request type: + + +
+ Request status: + + +
+ Starting request identifier:
(optional)
+
+ +

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

+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/SrchKey.html b/base/kra/shared/webapps/kra/agent/kra/SrchKey.html new file mode 100644 index 000000000..ce2d88433 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/SrchKey.html @@ -0,0 +1,323 @@ + + + + + + Search for Keys + + + + + + + +Search for Keys + +
Use this form +to search for archived keys according to the criteria you specify. + + + + +
 
+Each section lets you specify a key property. Select a property, then +fill in any needed details in that section. +You can combine search criteria to further narrow the search. +

+In the list of keys found by the search, you can click a button to display +details about individual keys. + + + + + + +
 
+Owner Name +

+ +Show keys +belonging to a particular owner +
+ + + + + +
+Owner Name: + + +
+
+
+ + + + + +
 
+Key Identifiers +
+Show +keys that fall within a particular range of key identifiers +
+Enter +a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. +

+ + + + + + + + + + + +
+Lowest +key identifier: + + + + +(leave blank for no lower limit) + +
+Highest +key identifier: + + + + +(leave blank for no upper limit) + +
+

+
+ + + + + +
 
+Certificate +
+Show +the key that corresponds to the following certificate +
+ +Copy the certificate, then paste it into this text area. +

+

+
+ + + + + +
 
+Archiver +
+Show +keys that have been archived by a particular server +
+Enter +the user ID of the Certificate Manager or Registration Manager that submitted the archival request to the Data Recovery Manager. +

+ +User ID: + + +

+ +Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. + +

+

+
+ +
+ + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + +
+ + +
+
+ + diff --git a/base/kra/shared/webapps/kra/agent/kra/SrchRecoverKey.html b/base/kra/shared/webapps/kra/agent/kra/SrchRecoverKey.html new file mode 100644 index 000000000..ccffb0775 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/SrchRecoverKey.html @@ -0,0 +1,328 @@ + + + + + + Recover Keys (for Administrators) + + + + + + + + +Recover Keys (for Administrators) +
Use this form +to search for archived keys according to the criteria you specify. + + + + +
 
+Each section +lets you specify a key property. Select a property, then fill in any needed details in that section. You can combine search criteria to further narrow the search. +

+In the list of keys found by the search, you can click a button to recover individual keys. + + + + + + +
 
+Owner Name +

+ +Show +keys belonging to a particular owner +
+ + + + + +
+Owner Name: + + +
+
+
+ + + + + +
 
+Key Identifiers +
+Show +keys that fall within a particular range of key identifiers +
+Enter +a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. +

+ + + + + + + + + + + +
+Lowest +key identifier: + + + + +(leave blank for no lower limit) + +
+Highest +key identifier: + + + + +(leave blank for no upper limit) + +
+

+
+ + + + + +
 
+Certificate +
+Show +the key that corresponds to the following certificate +
+ +Copy the certificate, then paste it into this text area. +

+

+
+ + + + + +
 
+Archiver +
+Show +keys that have been archived by a particular server +
+ +Enter the user ID of the Certificate or Registration Manager that submitted the archival request to the Data Recovery Manager. + +

+ +User ID: + + +

+ +Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. + +

+

+
+ +
+ + + + + + + + +
 
+ +Limits + + + + + + + + + +
+      + Maximum results: + + +
+      + Time limit (in seconds): + + +
+
+ + + + +
+ + +
+
+ + diff --git a/base/kra/shared/webapps/kra/agent/kra/blank.html b/base/kra/shared/webapps/kra/agent/kra/blank.html new file mode 100644 index 000000000..d2c04a676 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/blank.html @@ -0,0 +1,10 @@ + + + +Untitled Document + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/confirmRecover.html b/base/kra/shared/webapps/kra/agent/kra/confirmRecover.html new file mode 100644 index 000000000..94df8b7f7 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/confirmRecover.html @@ -0,0 +1,6 @@ + + +Recover Key Confirm + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template b/base/kra/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template new file mode 100644 index 000000000..88a8d5c84 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template @@ -0,0 +1,70 @@ + + + +Recovering Key + + + + + + + + +

+ + diff --git a/base/kra/shared/webapps/kra/agent/kra/displayBySerial.template b/base/kra/shared/webapps/kra/agent/kra/displayBySerial.template new file mode 100644 index 000000000..117535fa1 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/displayBySerial.template @@ -0,0 +1,120 @@ + + + + + + +Display Key + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template b/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template new file mode 100644 index 000000000..30af980ec --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/displayBySerial2.template @@ -0,0 +1,132 @@ + + + + Display Certificate + + + + + + + + + +Certificate + +
+ + + + +
 
+ + +
+ +Certificate contents
+ +

+
+
+ +

+ +
+ +Certificate fingerprints
+ +

+
+
+ +

+ +
+ +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-----
+
+ +

+ +
+ +Downloading this certificate
+

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

+ + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template b/base/kra/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template new file mode 100644 index 000000000..125e02e4a --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template @@ -0,0 +1,239 @@ + + + + + + +Display Key + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/examineRecovery.template b/base/kra/shared/webapps/kra/agent/kra/examineRecovery.template new file mode 100644 index 000000000..f5a1f1f14 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/examineRecovery.template @@ -0,0 +1,109 @@ + + + +Examine Recovery + + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/finishAsyncRecovery.template b/base/kra/shared/webapps/kra/agent/kra/finishAsyncRecovery.template new file mode 100644 index 000000000..0d2caf676 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/finishAsyncRecovery.template @@ -0,0 +1,101 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/finishRecovery.template b/base/kra/shared/webapps/kra/agent/kra/finishRecovery.template new file mode 100644 index 000000000..e73a26237 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/finishRecovery.template @@ -0,0 +1,101 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/frameGrant.html b/base/kra/shared/webapps/kra/agent/kra/frameGrant.html new file mode 100644 index 000000000..14b3ced02 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/frameGrant.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/frameRecover.html b/base/kra/shared/webapps/kra/agent/kra/frameRecover.html new file mode 100644 index 000000000..60cd76f41 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/frameRecover.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/frameRequest.html b/base/kra/shared/webapps/kra/agent/kra/frameRequest.html new file mode 100644 index 000000000..ae544e34b --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/frameRequest.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/frameSearch.html b/base/kra/shared/webapps/kra/agent/kra/frameSearch.html new file mode 100644 index 000000000..a48fee2e6 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/frameSearch.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/frameStats.html b/base/kra/shared/webapps/kra/agent/kra/frameStats.html new file mode 100644 index 000000000..57a24de47 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/frameStats.html @@ -0,0 +1,18 @@ + + + +Untitled Document + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/getApprovalStatus.template b/base/kra/shared/webapps/kra/agent/kra/getApprovalStatus.template new file mode 100644 index 000000000..5a6a1114a --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/getApprovalStatus.template @@ -0,0 +1,102 @@ + + + + +Key Recovery Result + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/getStats.template b/base/kra/shared/webapps/kra/agent/kra/getStats.template new file mode 100644 index 000000000..b2cb3415a --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/getStats.template @@ -0,0 +1,124 @@ + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/grantAsyncRecovery.template b/base/kra/shared/webapps/kra/agent/kra/grantAsyncRecovery.template new file mode 100644 index 000000000..c76e61ac4 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/grantAsyncRecovery.template @@ -0,0 +1,45 @@ + + + +Key Recovery Grant Result + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/grantRecovery.template b/base/kra/shared/webapps/kra/agent/kra/grantRecovery.template new file mode 100644 index 000000000..906da8338 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/grantRecovery.template @@ -0,0 +1,44 @@ + + + +Key Recovery Result + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/index.html b/base/kra/shared/webapps/kra/agent/kra/index.html new file mode 100644 index 000000000..3caedfb99 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/index.html @@ -0,0 +1,18 @@ + + + +DRM Agent + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuCheck.html b/base/kra/shared/webapps/kra/agent/kra/menuCheck.html new file mode 100644 index 000000000..0787f104c --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuCheck.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuGrant.html b/base/kra/shared/webapps/kra/agent/kra/menuGrant.html new file mode 100644 index 000000000..594dfaf06 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuGrant.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuRecover.html b/base/kra/shared/webapps/kra/agent/kra/menuRecover.html new file mode 100644 index 000000000..1439917d4 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuRecover.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuRequest.html b/base/kra/shared/webapps/kra/agent/kra/menuRequest.html new file mode 100644 index 000000000..69a5300a6 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuRequest.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuSearch.html b/base/kra/shared/webapps/kra/agent/kra/menuSearch.html new file mode 100644 index 000000000..e3f23d53f --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuSearch.html @@ -0,0 +1,33 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/menuStats.html b/base/kra/shared/webapps/kra/agent/kra/menuStats.html new file mode 100644 index 000000000..2d132b185 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/menuStats.html @@ -0,0 +1,37 @@ + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + + +
+ List Requests
+ Search for Keys
+ Recover Keys
+ Authorize Recovery
+ Statistics
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/monitor.template b/base/kra/shared/webapps/kra/agent/kra/monitor.template new file mode 100644 index 000000000..35896baf1 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/monitor.template @@ -0,0 +1,184 @@ + + +Monitor + + + + + +Monitor + + + + + +
 
+ + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/processReq.template b/base/kra/shared/webapps/kra/agent/kra/processReq.template new file mode 100644 index 000000000..078764d98 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/processReq.template @@ -0,0 +1,281 @@ + + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/queryKey.template b/base/kra/shared/webapps/kra/agent/kra/queryKey.template new file mode 100644 index 000000000..fd2348dc6 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/queryKey.template @@ -0,0 +1,208 @@ + + + + + + + +Key Query Result + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/queryKeyForRecovery.template b/base/kra/shared/webapps/kra/agent/kra/queryKeyForRecovery.template new file mode 100644 index 000000000..aec54464d --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/queryKeyForRecovery.template @@ -0,0 +1,220 @@ + + + + + + +Key Query Result + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/queryReq.template b/base/kra/shared/webapps/kra/agent/kra/queryReq.template new file mode 100644 index 000000000..61a7bb0a2 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/queryReq.template @@ -0,0 +1,385 @@ + + + + Request Queue + + + + + +Request Queue +
+ + + + + +
 
+ + + + +

+ + +
+
+ + + diff --git a/base/kra/shared/webapps/kra/agent/kra/recoverBySerial.template b/base/kra/shared/webapps/kra/agent/kra/recoverBySerial.template new file mode 100644 index 000000000..a1209f32b --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/recoverBySerial.template @@ -0,0 +1,76 @@ + + + +Key Recovery Result + + + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/srchKey.template b/base/kra/shared/webapps/kra/agent/kra/srchKey.template new file mode 100644 index 000000000..f9d39e194 --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/srchKey.template @@ -0,0 +1,213 @@ + + + + + + + +Key Query Result + + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/srchKeyForRecovery.template b/base/kra/shared/webapps/kra/agent/kra/srchKeyForRecovery.template new file mode 100644 index 000000000..a4605ff9a --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/srchKeyForRecovery.template @@ -0,0 +1,227 @@ + + + + + + + +Key Query Result + + + + + + + diff --git a/base/kra/shared/webapps/kra/agent/kra/top.html b/base/kra/shared/webapps/kra/agent/kra/top.html new file mode 100644 index 000000000..f90ad1a3f --- /dev/null +++ b/base/kra/shared/webapps/kra/agent/kra/top.html @@ -0,0 +1,48 @@ + + + +Untitled Document + + + + + + + + +
+ + + + +
+ + + + + + +
Dogtag®
+ Certificate System
Privileged User Services
+
+ + + + + + + + + + + + + +
Certificate + ServiceRegistration + Service Key + Service
+
+ + + diff --git a/base/kra/shared/webapps/kra/index.html b/base/kra/shared/webapps/kra/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/kra/shared/webapps/kra/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/kra/shared/webapps/kra/services.template b/base/kra/shared/webapps/kra/services.template new file mode 100644 index 000000000..392c714da --- /dev/null +++ b/base/kra/shared/webapps/kra/services.template @@ -0,0 +1,106 @@ + + + + +DRM Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System DRM Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/404.html b/base/ocsp/shared/webapps/ocsp/404.html new file mode 100755 index 000000000..fd5264c43 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/404.html @@ -0,0 +1,146 @@ + + + + + + +OCSP 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System OCSP Error Page +
+

+ +

+ +

+ + + + diff --git a/base/ocsp/shared/webapps/ocsp/500.html b/base/ocsp/shared/webapps/ocsp/500.html new file mode 100755 index 000000000..2749fc752 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/500.html @@ -0,0 +1,139 @@ + + + + + + +OCSP 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System OCSP Error Page +
+

+ +

+ +

+ + + + diff --git a/base/ocsp/shared/webapps/ocsp/GenUnexpectedError.template b/base/ocsp/shared/webapps/ocsp/GenUnexpectedError.template new file mode 100644 index 000000000..824bdb9e9 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +OCSP Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenError.template b/base/ocsp/shared/webapps/ocsp/agent/GenError.template new file mode 100644 index 000000000..13996d5d4 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenError.template @@ -0,0 +1,78 @@ + + + + + +OCSP 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/ocsp/shared/webapps/ocsp/agent/GenPending.template b/base/ocsp/shared/webapps/ocsp/agent/GenPending.template new file mode 100644 index 000000000..9264d1bd0 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenPending.template @@ -0,0 +1,61 @@ + + + + + +OCSP Agent Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template b/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template new file mode 100644 index 000000000..5e5155541 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +OCSP Agent Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template b/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template new file mode 100644 index 000000000..9d9022b2b --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +OCSP Agent Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template b/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template new file mode 100644 index 000000000..248f3e592 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +OCSP Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template b/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template new file mode 100644 index 000000000..af2aede06 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +OCSP Agent Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template b/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template new file mode 100644 index 000000000..a929c760f --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +OCSP Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/cms-funcs.js b/base/ocsp/shared/webapps/ocsp/agent/cms-funcs.js new file mode 100644 index 000000000..473fb1795 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/cms-funcs.js @@ -0,0 +1,539 @@ +// --- 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/ocsp/shared/webapps/ocsp/agent/funcs.js b/base/ocsp/shared/webapps/ocsp/agent/funcs.js new file mode 100644 index 000000000..daef83d17 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/funcs.js @@ -0,0 +1,686 @@ +// --- 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/ocsp/shared/webapps/ocsp/agent/header.template b/base/ocsp/shared/webapps/ocsp/agent/header.template new file mode 100644 index 000000000..d1221b14b --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/helpfun.js b/base/ocsp/shared/webapps/ocsp/agent/helpfun.js new file mode 100644 index 000000000..14a80bb95 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/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/ocsp/shared/webapps/ocsp/agent/index.html b/base/ocsp/shared/webapps/ocsp/agent/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/index.template b/base/ocsp/shared/webapps/ocsp/agent/index.template new file mode 100644 index 000000000..be2c39d9e --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/index.template @@ -0,0 +1,140 @@ + + + + + +OCSP Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html new file mode 100644 index 000000000..43f2503a1 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCA.html @@ -0,0 +1,69 @@ + + + + +Add Certificate Authority + + + + + +Add Certificate Authority
+ +Use this form to add the certificate chain of a Certificate Authority whose CRL will be accepted by this OCSP Authority. + + + + +
 
+ +
+ + + + + + + + +
+ Base 64 encoded certificate (including header and footer): +
+ +
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html new file mode 100644 index 000000000..4a6878a00 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/AddCRL.html @@ -0,0 +1,82 @@ + + + + +Add Certificate Revocation List + + + + + +Add Certificate Revocation List
+ +Use this form to add the certificate revocation list of a Certificate Authority. + + + + +
 
+ +
+ + + + + + + + + + + + + + + + +
+ Base 64 encoded Certificate revocation list (including header and footer): +
+ +
+ + +
+
+
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html new file mode 100644 index 000000000..ca15f1404 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/CheckCert.html @@ -0,0 +1,69 @@ + + + + +Check Certificate Status + + + + + +Check Certificate Status
+ +Use this form to confirm the status of a certificate. + + + + +
 
+ +
+ + + + + + + + +
+ Base 64 encoded certificate: +
+ +
+ +

+
+ + + + +
+ + +
+ +

+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template new file mode 100644 index 000000000..3205ee0b9 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCA.template @@ -0,0 +1,59 @@ + + + + + Adding Certificate Authority + + + + + + + + + + +Adding Certificate Authority +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template new file mode 100644 index 000000000..99f227c47 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/addCRL.template @@ -0,0 +1,59 @@ + + + + + Adding Certificate Revocation List + + + + + + + + + + +Adding Certificate Revocation List +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template new file mode 100644 index 000000000..5e8b8938c --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/checkCert.template @@ -0,0 +1,79 @@ + + + + + Check Certificate Status + + + + + + + + + + +Online Certificate Status +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html new file mode 100644 index 000000000..afb888caf --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCA.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html new file mode 100644 index 000000000..28be03545 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html new file mode 100644 index 000000000..21335c8a0 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html new file mode 100644 index 000000000..90530fd42 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameListCA.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html new file mode 100644 index 000000000..00fad0f36 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameOCSP.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html new file mode 100644 index 000000000..8efa27a78 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/frameStats.html @@ -0,0 +1,32 @@ + + + + +Untitled Document + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template new file mode 100644 index 000000000..9a2769777 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template @@ -0,0 +1,118 @@ + + + + + Display CRL + + + + + + + + + + +OCSP Service +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template new file mode 100644 index 000000000..59ae3e6d3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/getStats.template @@ -0,0 +1,141 @@ + + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html new file mode 100644 index 000000000..b94135258 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html @@ -0,0 +1,33 @@ + + + + +OCSP Agent + + + + + + + + +<body bgcolor="#FFFFFF"> +</body> + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template new file mode 100644 index 000000000..93cc6cdf3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/listCAs.template @@ -0,0 +1,146 @@ + + + + + List Certificate Authorities + + + + + + + + + + +List Certificate Authorities +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html new file mode 100644 index 000000000..6b4419f78 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCA.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html new file mode 100644 index 000000000..7da3025e3 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html new file mode 100644 index 000000000..2e4773a28 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html new file mode 100644 index 000000000..ac99b752a --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuListCA.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html new file mode 100644 index 000000000..b019fe81f --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuOCSP.html @@ -0,0 +1,50 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html new file mode 100644 index 000000000..f86dd059e --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/menuStats.html @@ -0,0 +1,54 @@ + + + + +Untitled Document + + + + + + + + + + + + + + + + + + + + + + + +
+ List Certificate Authorities
+ Add Certificate Authority
+ Add Certificate Revocation List
+ Check Certificate Status
+ OCSP Service
+ Statistics
+ + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template new file mode 100755 index 000000000..7da892454 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/removeCA.template @@ -0,0 +1,65 @@ + + + + + Removing Certificate Authority + + + + + + + + + + +Removing Certificate Authority +
+ + + + +
 
+
+ + + + + + diff --git a/base/ocsp/shared/webapps/ocsp/agent/ports.template b/base/ocsp/shared/webapps/ocsp/agent/ports.template new file mode 100644 index 000000000..8413ada1b --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/agent/ports.template @@ -0,0 +1,121 @@ + + + + + +OCSP Agent Ports + + + + + + + + + + + + + +
+ + + + + + +
     Dogtag® Services Summary
+
  + + + + + + + + + + +
  
  
+
 
+ + diff --git a/base/ocsp/shared/webapps/ocsp/index.html b/base/ocsp/shared/webapps/ocsp/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/ocsp/shared/webapps/ocsp/services.template b/base/ocsp/shared/webapps/ocsp/services.template new file mode 100644 index 000000000..4b4511889 --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/services.template @@ -0,0 +1,106 @@ + + + + +OCSP Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System OCSP Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + diff --git a/base/tks/shared/webapps/tks/404.html b/base/tks/shared/webapps/tks/404.html new file mode 100755 index 000000000..5122cc2e2 --- /dev/null +++ b/base/tks/shared/webapps/tks/404.html @@ -0,0 +1,146 @@ + + + + + + +TKS 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System TKS Error Page +
+

+ +

+ +

+ + + + diff --git a/base/tks/shared/webapps/tks/500.html b/base/tks/shared/webapps/tks/500.html new file mode 100755 index 000000000..7547fa864 --- /dev/null +++ b/base/tks/shared/webapps/tks/500.html @@ -0,0 +1,139 @@ + + + + + + +TKS 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System TKS Error Page +
+

+ +

+ +

+ + + + diff --git a/base/tks/shared/webapps/tks/GenUnexpectedError.template b/base/tks/shared/webapps/tks/GenUnexpectedError.template new file mode 100644 index 000000000..af0683fa0 --- /dev/null +++ b/base/tks/shared/webapps/tks/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +TKS Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenError.template b/base/tks/shared/webapps/tks/agent/GenError.template new file mode 100644 index 000000000..0db5d1d22 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenError.template @@ -0,0 +1,78 @@ + + + + + +TKS 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/tks/shared/webapps/tks/agent/GenPending.template b/base/tks/shared/webapps/tks/agent/GenPending.template new file mode 100644 index 000000000..a75a5ebdc --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenPending.template @@ -0,0 +1,61 @@ + + + + + +TKS Agent Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenRejected.template b/base/tks/shared/webapps/tks/agent/GenRejected.template new file mode 100644 index 000000000..112717a7e --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +TKS Agent Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenSuccess.template b/base/tks/shared/webapps/tks/agent/GenSuccess.template new file mode 100644 index 000000000..02a9b9b8b --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +TKS Agent Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenSvcPending.template b/base/tks/shared/webapps/tks/agent/GenSvcPending.template new file mode 100644 index 000000000..cb36a5881 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +TKS Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenUnauthorized.template b/base/tks/shared/webapps/tks/agent/GenUnauthorized.template new file mode 100644 index 000000000..c6e62f841 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +TKS Agent Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/GenUnexpectedError.template b/base/tks/shared/webapps/tks/agent/GenUnexpectedError.template new file mode 100644 index 000000000..4047cd616 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +TKS Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/tks/shared/webapps/tks/agent/cms-funcs.js b/base/tks/shared/webapps/tks/agent/cms-funcs.js new file mode 100644 index 000000000..c8ffd51c7 --- /dev/null +++ b/base/tks/shared/webapps/tks/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/tks/shared/webapps/tks/agent/funcs.js b/base/tks/shared/webapps/tks/agent/funcs.js new file mode 100644 index 000000000..daef83d17 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/funcs.js @@ -0,0 +1,686 @@ +// --- 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/tks/shared/webapps/tks/agent/header.template b/base/tks/shared/webapps/tks/agent/header.template new file mode 100644 index 000000000..d1221b14b --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/base/tks/shared/webapps/tks/agent/helpfun.js b/base/tks/shared/webapps/tks/agent/helpfun.js new file mode 100644 index 000000000..f9580279a --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/helpfun.js @@ -0,0 +1,36 @@ +// --- 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/tks/shared/webapps/tks/agent/index.html b/base/tks/shared/webapps/tks/agent/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/tks/shared/webapps/tks/agent/index.template b/base/tks/shared/webapps/tks/agent/index.template new file mode 100644 index 000000000..534ad257b --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/index.template @@ -0,0 +1,140 @@ + + + + + +TKS Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/base/tks/shared/webapps/tks/agent/ports.template b/base/tks/shared/webapps/tks/agent/ports.template new file mode 100644 index 000000000..4d33dd3f0 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/ports.template @@ -0,0 +1,121 @@ + + + + + +TKS Agent Ports + + + + + + + + + + + + + +
+ + + + + + +
     Dogtag® Services Summary
+
  + + + + + + + + + + +
  
  
+
 
+ + diff --git a/base/tks/shared/webapps/tks/agent/tks/getStats.template b/base/tks/shared/webapps/tks/agent/tks/getStats.template new file mode 100644 index 000000000..59ae3e6d3 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/tks/getStats.template @@ -0,0 +1,141 @@ + + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/base/tks/shared/webapps/tks/agent/tks/index.html b/base/tks/shared/webapps/tks/agent/tks/index.html new file mode 100644 index 000000000..e9e025222 --- /dev/null +++ b/base/tks/shared/webapps/tks/agent/tks/index.html @@ -0,0 +1,31 @@ + + + + + + + TKS Agent + + +
TKS  services
+
+ + diff --git a/base/tks/shared/webapps/tks/index.html b/base/tks/shared/webapps/tks/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/tks/shared/webapps/tks/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/base/tks/shared/webapps/tks/services.template b/base/tks/shared/webapps/tks/services.template new file mode 100644 index 000000000..133bcf24b --- /dev/null +++ b/base/tks/shared/webapps/tks/services.template @@ -0,0 +1,106 @@ + + + + +TKS Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System TKS Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + -- cgit