Install ssl on clients in ispconfig 3

Discussion in 'Installation/Configuration' started by marcelodelta, Mar 25, 2012.

  1. marcelodelta

    marcelodelta New Member

    How cool is it possible to install ssl on customers?

    You must have IP address or I can do just using the settings tab in ispconfig ssl?

    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    For classic ssl, each website requires a dedicated ip address. If you use ssl with sni, then you can create ssl websites without a dedicated ip in ispconfig, but sni requires current browser and apache versions. See wikipedia if you like o know more about sni.
     
  3. marcelodelta

    marcelodelta New Member

    Hello Till, thank you for your feedback.

    I have an instance of the Amazon, is applied to only one IP.

    For ISPconfig work is necessary to create interfaces or network can do with virtual network interfaces?

    AWS - Amazon
    # Device: eth0
    iface eth0 inet dhcp

    New virtual interfaces
    # Device: eth0: 0
    iface eth0: 0 inet static
    address 55.55.55.192
    broadcast 55.55.55.199
    netmask 255.255.255.248
    gateway 222 333 222 333


    Then just add the IP in ISPconfig panel
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Add the new IP address in the /etc/network/interfaces file.Then login to ispconfig and add the IP address under System > Server IP.
     
  5. marcelodelta

    marcelodelta New Member

    Till Morning

    In the case can be used with Virtual Interfaces?

    # Device: eth0: 0
    iface eth0: 0 inet static
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes. When the IP addressses are bound to eth0, then add them as virtual interfaces.
     
  7. marcelodelta

    marcelodelta New Member

    Thank you.

    I will do the tests.
     

Share This Page