Hello
I have a small problem with the certificates
On a server with Debian 9 and Apache 2 I have several virtual hosts with related certificates installed.
I see no problem if your users/customers… are not using a client that doesn’t support SNI. If you want to avoid these “errors” you should have one public ip for every certificate.
In your case, Apache is using the first certificate loaded to serve the requests to no SNI clients and as Apache is loading them in alphabetical order, the first one is agendina.eu so it is serving it as the default.
If you have multiple public ips you could bind them to every of your virtual hosts and certificates but I won’t be worried by it, there are just a few old clients that doesn’t support SNI.