Search results

  1. H

    two websites, different domains, trying to setup ssl

    thanks, as you mentioned, we need to issue ssl for both domains, the www.exampe.com and the root domain example.com, furthermore, i believe the ssl certs should match the Virtual Host mappings and Domain Aliases certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com
  2. H

    two websites, different domains, trying to setup ssl

    hi eric, email sent to you.
  3. H

    two websites, different domains, trying to setup ssl

    see both vhost configs below WEBSITE 1 - ssl created for website1.co.nz docRoot /var/www/htmlnz/ vhDomain website1.co.nz vhAliases *.website1.co.nz errorlog /var/www/logs/errorwp-nz.log { useServer 0 logLevel...
  4. H

    two websites, different domains, trying to setup ssl

    443 ssl listener, only allows one ssl to be added.. if i add one in here, whatever the cert is, then only this particular page will load, for example X cert added in ssl listener, then X website will load, cannot add two seperate ssl in this area.. for virtual host, if i add a different .pem...
  5. H

    two websites, different domains, trying to setup ssl

    thanks for your reply, does it have to be .key and .crt, or can it be .pem as issued by certbot? does it go against virtual hosts? what goes against the 443 ssl listener in this scnario? does that remain blank?
  6. H

    two websites, different domains, trying to setup ssl

    i've got two listeners setup, one for port 80 and the other for 443, created the ssl using certbot certonly which issues the ssl .pem files successfully .. both listeners have the the domains added, there are two virtual hosts added, going to different paths, one for each domain, ssl is added...
Top