According to SSLabs ssl test my website scores a "B". The report shows that the problem is caused by the SSL protocols accepted by my server (Apache 2.4). It shows that my server accepts 1.0, 1.1 (both marked as orange in the report), 1.2 and 1.3 (green) and 2.0 and 3.0 are not supported.
How do I fix this? A quick search suggests that I should use the SSLProtocol directive in the virtual host, but what is the proper setting.
SSLProtocol TLSv1.2
Does this have an impact on the certificate used?