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/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 ++ 67 files changed, 18162 insertions(+) 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 (limited to 'base/ca/shared/webapps/ca/ee/ca') 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 @@ + + + + + + + + + + + -- cgit