<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">crystal clear
<div><br /></div>
<div>Your “in short” explanation was perfect.</div>
<div><br /></div>
<div>Thank you</div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 6 Apr 2018 at 15:56 -0300, basti <mailinglist@unix-solution.de>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;"><br />
<br />
On 06.04.2018 20:17, Giulio Loffreda wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">Hi<br />
<br />
I created one separated file for while (as we have just one customer<br />
under ssl) and placed this file on sites-enable. So it is being loaded<br />
at top of nginx configuration.<br />
Then I have another conf file to handle 443 requests.<br />
<br />
The aim is to have one certificate for each customer, as customer may<br />
want or already have their own certificate.<br /></blockquote>
<br />
Then you need different server block's. the certificates are loaded at<br />
start, so you can't load them dynamically.<br />
<br />
in short:<br />
1 server block -> certificate with n domains<br />
n server block -> certificate with 1 domain<br />
<br />
ssl_certificate* must be inside serverblock<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">But you gave me a good idea to have a SAN certificate, I don’t know if<br />
it will work for all situations thought.<br />
<br />
Is my aim possible ?<br /></blockquote>
_______________________________________________<br />
nginx mailing list<br />
nginx@nginx.org<br />
http://mailman.nginx.org/mailman/listinfo/nginx<br /></blockquote>
</div>
</body>
</html>