From a067a1491ea57734757711cf2e6e81f44c089e9a Mon Sep 17 00:00:00 2001 From: Xiaopeng Wang Date: Tue, 28 Jun 2016 09:31:43 +0800 Subject: [PATCH] add new supported version rh7 and sles12 for restapi setup doc --- docs/source/advanced/restapi/restapi_setup/restapi_setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/advanced/restapi/restapi_setup/restapi_setup.rst b/docs/source/advanced/restapi/restapi_setup/restapi_setup.rst index da560ffd9..a2abb4498 100644 --- a/docs/source/advanced/restapi/restapi_setup/restapi_setup.rst +++ b/docs/source/advanced/restapi/restapi_setup/restapi_setup.rst @@ -3,7 +3,7 @@ Enable the HTTPS service for REST API To improve the security between the REST API client and server, enabling the HTTPS service on the xCAT MN is recommended. And the REST API client should use the 'https' to access web server instead of the 'http'. -* **[RHEL6 (x86_64/ppc64) and RHEL5 (x86_64)]** :: +* **[RHEL6/7 (x86_64/ppc64) and RHEL5 (x86_64)]** :: yum install mod_ssl service httpd restart @@ -16,7 +16,7 @@ To improve the security between the REST API client and server, enabling the HTT rpm -e --nodeps httpd.ppc64 rpm -i httpd.ppc mod_ssl.ppc -* **[SLES10/11 (x86_64/ppc64)]** :: +* **[SLES10/11/12 (x86_64/ppc64)]** :: a2enmod ssl a2enflag SSL