LetsEncrypt ISPC 3.1 Nginx problem

Discussion in 'General' started by andreherberth, May 7, 2016.

  1. andreherberth

    andreherberth New Member

    Hello,
    I have a small problem (Only one I have had though!) with ispc 3.1 beta,
    It seems whenever I enable lets encrypt on a domain with subdomains, it appends \\*.domain.net.crt and .key, but in the nginx config, it only adds *.domain.net.crt and key, which of course does not work.
    The problem however persist even if I remove the subdomain.
    All other domains on the server seems to work fine with letsencrypt.
    This is an upgrade and not a fresh install.
    I manually worked around it by adding manually in options on the domains in question:

    Code:
    listen *:443 ssl;
            ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
            ssl_certificate /var/www/clients/client1/web2/ssl/\\*.domain.net.crt;
            ssl_certificate_key /var/www/clients/client1/web2/ssl/\\*.domain.net.key;
    
     

Share This Page