CLOUDSTACK-427: Fixing hardcoded steps in Changing the Console Proxy SSL Certificate and Domain doc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/996b53bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/996b53bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/996b53bf Branch: refs/heads/marvin-refactor Commit: 996b53bf43402f70260dc2cc76c588bfecdf6fb5 Parents: 26edb3c Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 1 09:18:33 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 1 09:19:08 2013 -0600 ---------------------------------------------------------------------- ...change-console-proxy-ssl-certificate-domain.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/996b53bf/docs/en-US/change-console-proxy-ssl-certificate-domain.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml index 46ceaae..89796a2 100644 --- a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml +++ b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml @@ -38,8 +38,8 @@ </listitem> <listitem><para>In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following</para> <itemizedlist> - <listitem><para>Certificate from step 1(c).</para></listitem> - <listitem><para>Private key from step 1(e).</para></listitem> + <listitem><para>The Certificate you generated in the previous steps.</para></listitem> + <listitem><para>The Private key you generated in the previous steps.</para></listitem> <listitem><para>The desired new domain name; for example, company.com</para></listitem> </itemizedlist> </listitem>
