Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
winesoft committed Jul 31, 2015
1 parent 21db5fe commit bfc8ab1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion admin/https.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,18 @@ STON에서는 다음과 같이 Listen속성에 IP명시하여 인증서를 여
<Https Listen="10.10.10.11"> ..B사 인증서.. </Https>
<Https Listen="10.10.10.12"> ..C사 인증서.. </Https>

이 방법은 현재 가장 일반적으로 사용되는 방식이다.
이 방법은 가장 일반적으로 사용되는 방식이다.

.. note::

설정을 공유하면 IP주소로 인해 문제가 될 수 있다.
이런 경우 IP대신 NIC이름으로 설정한다. ::

# server.xml - <Server>

<Https Listen="eth0"> ... </Https>
<Https Listen="eth1"> ... </Https>
<Https Listen="eth2"> ... </Https>



Expand Down

0 comments on commit bfc8ab1

Please sign in to comment.