The conference.test.su subdomain
Good afternoon. I can't add the conference.test.su subdomain to the certificate.
Does not work:
certbot certonly --webroot -w /var/www/thttpd/ -d test.su,conference.test.su,mail.test.su --server 'https://api.buypass.com/acme/directory'
Works:
certbot certonly --webroot -w /var/www/thttpd/ -d test.su,mail.test.su --server 'https://api.buypass.com/acme/directory'
Works (Let’s Encrypt):
certbot certonly --webroot -w /var/www/thttpd/ -d test.su,conference.test.su,mail.test.su
Could you check if this works for you and tell me what the error is?
-
certbot certonly --webroot -w /var/www/thttpd/ -d test.su -d mail.test.su -d conference.test.su -d proxy.test.su -d pubsub.test.su -d upload.test.su --server 'https://api.buypass.com/acme/directory'
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
An unexpected error occurred:
The request message was malformed :: Certificate won't be issued for more than 5 domain(s)Is this a limitation of the free version?