zEitEr
Super Moderator
Hello,
Having enabled SNI support:
we've got an issue when saving certs for admin user (admin user has several domains on his user level with SSL enabled):
Please check it and fix it. We expect them to be saved into a domain specific location.
p.s. And even though Directadmin saved them in to /etc/httpd/conf/ssl.crt/server.crt and /etc/httpd/ssl.key/server.key with nginx_proxy=1 it did not update /etc/nginx/ssl.crt/server.crt and /etc/nginx/conf/ssl.key/server.key
Thus two issues found here.
Having enabled SNI support:
Code:
[root@shared ssl.crt]# /usr/local/directadmin/directadmin c | grep snienable_ssl_sni=1
we've got an issue when saving certs for admin user (admin user has several domains on his user level with SSL enabled):
Code:
NOTE: You are using the server IP, so your certificate and key have been saved to:
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key
Please check it and fix it. We expect them to be saved into a domain specific location.
p.s. And even though Directadmin saved them in to /etc/httpd/conf/ssl.crt/server.crt and /etc/httpd/ssl.key/server.key with nginx_proxy=1 it did not update /etc/nginx/ssl.crt/server.crt and /etc/nginx/conf/ssl.key/server.key
Thus two issues found here.