Automated install on Apache

The getting started, installation for Apache on Ubuntu 16.04 (xenial) looks straightforward enough.But I can’t see where I specify my individual domains.Can someone tell me what I do after following the certbot automated install? It reads like thats all you need but I believe I’ll need a SAN certificate. https://certbot.eff.org/#ubuntuxenial-apache

Hi @patbell101,

If your individual domains are mentioned in your Apache configuration as virtual hosts, the sudo certbot --apache should detect them all and show you a menu to ask which ones to list in the certificate.

If your domain are not all mentioned as virtual hosts or Certbot doesn’t detect them correctly, you can try specifying a list of domains with -d options (like -d example.com -d www.example.com -d example.net -d www.example.net -d otherhost.example.org) on the Certbot command line, following --apache.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.