Integrate Let's Encrypt SSL certificates into ISPConfig

Discussion in 'Feature Requests' started by gkovacs, Sep 14, 2015.

  1. vassiskansa

    vassiskansa New Member

    Sorry for the late. The debug log is that:
    Code:
    _       
    
    05.10.2017-10:24 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    05.10.2017-10:24 - DEBUG - Found 1 changes, starting update process.
    05.10.2017-10:24 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    05.10.2017-10:24 - DEBUG - Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    05.10.2017-10:24 - DEBUG - mkdir failed: /usr/local/ispconfig/interface/acme/.well-known/acme-challenge/
    05.10.2017-10:24 - DEBUG - Verified domain XXX.XXX should be reachable for letsencrypt.
    05.10.2017-10:24 - DEBUG - Verified domain www.XXX.XXX should be reachable for letsencrypt.
    05.10.2017-10:24 - DEBUG - Create Let's Encrypt SSL Cert for: XXX.XXX
    05.10.2017-10:24 - DEBUG - Let's Encrypt SSL Cert domains:  --domains XXX.XXX --domains www.XXX.XXX
    05.10.2017-10:24 - DEBUG - exec: /usr/bin/letsencrypt certonly -n --text --agree-tos --expand --authenticator webroot --server https://acme-v01.api.letsencrypt.org/directory --rsa-key-size 4096 --email [email protected]  --domains XXX.XXX --domains www.XXX.XXX --webroot-path /usr/local/ispconfig/interface/acme
    Saving debug log to /var/log/letsencrypt/letsencrypt.log
    Obtaining a new certificate
    Performing the following challenges:
    http-01 challenge for XXX.XXX
    http-01 challenge for www.XXX.XXX
    Using the webroot path /usr/local/ispconfig/interface/acme for all unmatched domains.
    Waiting for verification...
    Cleaning up challenges
    Unable to clean up challenge directory /usr/local/ispconfig/interface/acme/.well-known/acme-challenge
    05.10.2017-10:24 - DEBUG - Let's Encrypt Cert file:  does not exist.
    05.10.2017-10:24 - DEBUG - Creating fastcgi starter script: /var/www/php-fcgi-scripts/web2/.php-fcgi-starter
    05.10.2017-10:24 - DEBUG - Writing the vhost file: /etc/apache2/sites-available/XXX.XXX.vhost
    05.10.2017-10:24 - DEBUG - Apache status is: running
    05.10.2017-10:24 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
    05.10.2017-10:24 - DEBUG - Restarting httpd: systemctl restart apache2.service
    05.10.2017-10:24 - DEBUG - Apache restart return value is: 0
    05.10.2017-10:24 - DEBUG - Apache online status after restart is: running
    05.10.2017-10:24 - DEBUG - Processed datalog_id 62
    05.10.2017-10:24 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
    
     
  2. vikozo

    vikozo New Member

    hello
    is there a Information how to update/upgrade the certbot itself, in ISPConfig?
    have a nice day
    vinc
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Install certbot ppa. It will update certbot on update and upgrade command.
     
  4. vikozo

    vikozo New Member

  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

Share This Page