Hi,
I am using Certbot-auto option to enable SSL for my sites, I am able to generate the SSL certificates. However need help on below point:
- How to avoid vhost scanning while obtaining the certificate: (Which command will provide/obtaining the certificate without asking any input)
My domain is: www.wbcstest04.com
I ran this command: sudo ./certbot-auto --apache certonly -d www.wbcstest04.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for www.wbcstest04.com
We were unable to find a vhost with a ServerName or Address of www.wbcstest04.com.
Which virtual host would you like to choose?
(note: conf files with multiple vhosts are not yet supported)
1: ssl | secure.dev-webbuilder | HTTPS | Enabled
2: ssl | api.dev-webbuildercs. | HTTPS | Enabled
3: ssl | www.cpademosite.com | HTTPS | Enabled
4: virtualhosts.conf | | | Enabled
5: virtualhosts.conf | dev-webbuildercs.com | | Enabled
6: virtualhosts.conf | www.dev-webbuildercs. | | Enabled
7: virtualhosts.conf | resources.dev-webbuil | | Enabled
Note: I have provided the option "c" then its generated the certificate.
My web server is (include version): Server version: Apache/2.2.22 (Ubuntu)
The operating system my web server runs on is (include version):
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
Need help to resolve the issue.