Updated Branches: refs/heads/4.1 5d8883fde -> 0e9162ef5
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/0e9162ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0e9162ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0e9162ef Branch: refs/heads/4.1 Commit: 0e9162ef5410d1daa0519fe1771efaf528d32060 Parents: 5d8883f Author: Joe Brockmeier <[email protected]> Authored: Fri Mar 1 09:18:33 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Fri Mar 1 09:18:33 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/0e9162ef/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>
