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/test/data/host_show_test.example.com.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/test/data/host_show_test.example.com.json') diff --git a/install/ui/test/data/host_show_test.example.com.json b/install/ui/test/data/host_show_test.example.com.json index b87802310..6edb060a2 100644 --- a/install/ui/test/data/host_show_test.example.com.json +++ b/install/ui/test/data/host_show_test.example.com.json @@ -46,7 +46,7 @@ "cn": [ "test.example.com" ], - "dn": "fqdn=test.example.com,cn=computers,cn=accounts,dc=dev,dc=example,dc=com", + "dn": "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com", "fqdn": [ "test.example.com" ], @@ -55,10 +55,10 @@ "ac28dca0-f3b5-11df-879f-00163e72f2d9" ], "krbprincipalname": [ - "host/test.example.com@DEV.EXAMPLE.COM" + "host/test.example.com@EXAMPLE.COM" ], "managedby": [ - "fqdn=test.example.com,cn=computers,cn=accounts,dc=dev,dc=example,dc=com" + "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com" ], "objectclass": [ "ipaobject", -- cgit