From 538dee3554b0a84497afa78770706a5ad4a8ff52 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 moved into the RA core package. Ticket #407 --- base/ra/apache/docroot/ee/scep/enroll.vm | 74 ++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 base/ra/apache/docroot/ee/scep/enroll.vm (limited to 'base/ra/apache/docroot/ee/scep/enroll.vm') diff --git a/base/ra/apache/docroot/ee/scep/enroll.vm b/base/ra/apache/docroot/ee/scep/enroll.vm new file mode 100644 index 000000000..2893eac1c --- /dev/null +++ b/base/ra/apache/docroot/ee/scep/enroll.vm @@ -0,0 +1,74 @@ + + + + +SCEP Router Enrollment + + + + + + + +#include ( "header.vm" ) + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +RA Services : +SCEP Enrollment
+Installer Interface +

+

+This form is for router installer to retrieve the requested certificate. +

+ Your Certificate: +
+

+-----BEGIN CERTIFICATE-----
+$cert
+-----END CERTIFICATE-----
+
+#include ( "footer.vm" ) + + + -- cgit