You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I choose not to use Let's Encrypt certificate but any other paid certificate for domain.
When certification type Let's Encrypt is enabled I see ssl_trusted_certificate directive added.
When certification type custom certificate is enabled I see no ssl_trusted_certificate directive added.
Why is that?
I try to respond to "Why is that?" question rhetorically.
Is this because you assume that root and Intermediate CA certificates chain is merged to /etc/nginx/ssl/example.com.crt in ssl_certificate directive?
Wouldn't be more elegant to define root and Intermediate CA certificates under ssl_trusted_certificate directive and server certificate under ssl_certificate?
The text was updated successfully, but these errors were encountered:
Help request
Let's say I choose not to use Let's Encrypt certificate but any other paid certificate for domain.
When certification type Let's Encrypt is enabled I see
ssl_trusted_certificate
directive added.When certification type custom certificate is enabled I see no
ssl_trusted_certificate
directive added.Why is that?
I try to respond to "Why is that?" question rhetorically.
Is this because you assume that root and Intermediate CA certificates chain is merged to
/etc/nginx/ssl/example.com.crt
inssl_certificate
directive?Wouldn't be more elegant to define root and Intermediate CA certificates under
ssl_trusted_certificate
directive and server certificate underssl_certificate
?The text was updated successfully, but these errors were encountered: