From f56f8a34d39ba13403e7a693b639b6b37fcd0a04 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 6 Jan 2012 01:18:48 -0600 Subject: Added instructions to generate CSR. The certificate request dialog box has been modified to show the OpenSSL commands for generating a CSR. The realm and entry names in the test data have been fixed to be more consistent. Ticket #1012 --- install/ui/certificate.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'install/ui/certificate.js') diff --git a/install/ui/certificate.js b/install/ui/certificate.js index 372edcda..70533c14 100755 --- a/install/ui/certificate.js +++ b/install/ui/certificate.js @@ -437,8 +437,9 @@ IPA.cert.request_dialog = function(spec) { var that = IPA.dialog(spec); - that.width = spec.width || 500; - that.height = spec.height || 400; + that.width = spec.width || 600; + that.height = spec.height || 450; + that.message = spec.message; that.request = spec.request; @@ -466,14 +467,11 @@ IPA.cert.request_dialog = function(spec) { }); that.create = function() { - that.container.append(IPA.messages.objects.cert.enter_csr+':'); - that.container.append('
'); - that.container.append('
'); + that.container.append(that.message); that.textarea = $('