2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

add new supported version rh7 and sles12 for restapi setup doc

This commit is contained in:
Xiaopeng Wang 2016-06-28 09:31:43 +08:00
parent 7bc0c5912b
commit a067a1491e

View File

@ -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