From 2fd7c09281cf65430477d33a45df0ac876ea04ad Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been reorganized into the RA core package. Ticket #407 --- .../ra/admin/console/config/certrequestpanel.vm | 225 --------------------- 1 file changed, 225 deletions(-) delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm (limited to 'dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm') diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm deleted file mode 100644 index f1327db47..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/certrequestpanel.vm +++ /dev/null @@ -1,225 +0,0 @@ - - - - -A certificate signing request (CSR) contains a public key and is an unsigned copy of the certificate. -

-If a given CSR has been successfully signed by a CA, then the certificate will be designated below by a certificate icon labeled Certificate Generated Successfully. -

-However, if a given CSR contains an action required label under its certificate icon, then those requests must be manually submitted to a CA for certificate generation. -

-Press the [Apply] button after certificates and chains are pasted in. -

-Press the [Next] button once all certificates have been generated successfully. -

-#foreach ($item in $reqscerts) -

$item.getDN()

- - - - - - - - - -#if ($item.getCert() == "...paste certificate here...") - -#else - #if ($item.getCert() == "...certificate be generated internally...") - - #else - #if ($item.getCert() == "") - - #else - - #end - #end -#end - - - -
 action required
-
-
- certificate will be generated internally -
-
- No Certificate Generated. Please import.
-
-
- Certificate Generated Successfully -
- - -#if ($item.getCert() == "...paste certificate here...") - Step 1: Copy the Certificate Request (CSR) to enroll at an external CA

- Step 2: Import the PKCS #7 Certificate Chain (optional if the certificate already contains the chain)

- Step 3: Paste in the Base64-encoded Certificate after enrollment at an external CA (NOTE: this text box does not accept PKCS #7 certificate chains)

-#else - #if ($item.getCert() == "...certificate be generated internally...") -

- #else - View Certificate Request (CSR)

- View Certificate in Base64-Encoding

- View Certificate Pretty Print

- #end -#end - - -

- -
-
X
- - - - - - - -
$item.getCert()
-
- -
-
X
- - - - - - - -
-
- -
-
X
- - - - - - - -
-
- - -#end - -

- - -

-
-   -
-- cgit