Change base domain and certificate

Discussion in 'Installation/Configuration' started by Chag, Nov 12, 2020.

  1. Chag

    Chag New Member

    Hi,
    few days ago, I upgraded ispconfig to latest version (3.2)
    I had a dns configuration issue at the moment but I renewed the certificates anyway, thinking I would fix the issue after upgrade then reconfigure certificates.
    Now, I want to launch ispconfig_update.sh to reconfigure services but it stops at the first question :
    Code:
    >> Update
    
    Please choose the update method. For production systems select 'stable'.
    WARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!
    Note: On Multiserver systems, enable maintenance mode and update your master server first. Then update all slave servers, and disable maintenance mode when all servers are updated.
    
    Select update method (stable,nightly,git-develop) [stable]:
    
    There are no updates available for ISPConfig 3.2
    If you are sure you want to update to stable anyway, please use --force parameter
    DOWNGRADING MAY CAUSE ISSUES!
    
    I tried the "--force" option but it does nothing
    Is there a place in ispconfig where I can manage the ssl certificates and admin url ? I changed my domain name from mydomain.net to mydomain.fr and was previously accessing the ispconfig panel through xxx.mydomain.net:8080 and want it to be xxx.mydomain.fr:8080 with according certificates. They are actually mydomain.net and I get a certificate warning when I try to connect with mydomain.fr

    Thanks in advance
     
    Last edited: Nov 12, 2020
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    The --force option is broken, it's fixed in upcoming 3.2.1. Run
    Code:
    cd /tmp
    wget https://www.ispconfig.org/downloads/ISPConfig-3.2.tar.gz
    tar xvfz ISPConfig-3.2.tar.gz
    cd ispconfig3_install/install
    php -q update.php
    for a force update and reconfigure services.
     
    Chag likes this.
  3. Chag

    Chag New Member

    worked perfectly, thanks !!
     
    Th0m likes this.

Share This Page