When compiling www-servers/apache, an SSL folder is generated at "/etc/apache2/ssl" containing two files: server.key and server.crt. A more appropriate location to place these files would be in "/etc/ssl/apache[2]" - this is because most other programs use this space when automatically generating SSL certificates (i.e. postfix/dovecot - {/etc/ssl/postfix, /etc/ssl/dovecot}) Just doing some housework. Reproducible: Always Steps to Reproduce: 1. emerge -av apache 2. folder found at /etc/apache/ssl 3. which should be in /etc/ssl/apache[2]
Thank you for report. Assigning on maintainers.
fixed in 2.2.13-r1, thanks