control panel access

  • Hi all,
    I want to purchase an SSL certificate for my server which will be used for the main control panel access and also for my default mail server.


    Is there a way to change the control panel subdomain name so I don't have to purchase two SSL certs?


    At present I use admin.mydomain.com:8080 for control panel access and my servers name is servername.mydomain.com which is used for email SMTP/IMAP etc.


    Thanks,
    Rob

  • Shell-Script
    1. root@stretch:/usr/local/src/imscp# perl /var/www/imscp/engine/setup/imscp-reconfigure --helpUsage: perl imscp-reconfigure [OPTION]...-a, --skip-package-update Skip i-MSCP packages update.-c, --clean-package-cache Cleanup i-MSCP package cache.-d, --debug Force debug mode.-h,-? --help Show this help.-l, --listener <file> Path to listener file.-n, --noprompt Switch to non-interactive mode.-p, --preseed <file> Path to preseed file.-r, --reconfigure [item] Type `help` for list of allowed items.-v, --verbose Enable verbose mode.-x, --fix-permissions Fix permissions recursively.

    So: perl /var/www/imscp/engine/setup/imscp-reconfigure -dar panel_hostname

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Great thanks Nuxwin. worked great.


    Is this anything to worry about:


    [WARN] Servers::named::bind::deleteDmn: Use of uninitialized value in string eq at /var/www/imscp/engine/setup/../PerlLib/Servers/named/bind.pm line 315

  • @robbo007


    Please use [code] bla bla bla [/code]


    [WARN] Servers::named::bind::deleteDmn: Use of uninitialized value in string eq at /var/www/imscp/engine/setup/../PerlLib/Servers/named/bind.pm line 315

    Which i-MSCP version do you use?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @robbo007


    I'll check. Such warning is not expected.


    See also: https://github.com/i-MSCP/imsc…ervers/named/bind.pm#L315

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • perfect thanks. This only updates the www part of the control panel. How can I update the IMAP/POP3 services with the same certificate?


    perl /var/www/imscp/engine/setup/imscp-setup -dr ssl ???

  • robbo007


    Code
    1. perl /var/www/imscp/engine/setup/imscp-setup -dr services_ssl


    The option you mention would ask you for both, the control panel SSL and services SSL.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206