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
This is untested (we currently perform SSL termination outside API Umbrella), but I believe this should be possible with this config in your /etc/api-umbrella/api-umbrella.ymlfile:
You can store the cert files wherever you'd like on your server.
These paths get passed to the [ssl_certificate](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate) and [ssl_certificate_key](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key) settings for nginx. If you haven't installed SSL certs into nginx before, then I think the main thing to be aware of is that the certificate file needs to contain any intermediate certs inside the file directly (there's not a separate intermediate configuration setting like with Apache's SSL config).
How can I change default self signed certificates by my own certificates? Is there some attribute in api-umbrella.yml to do this?
The text was updated successfully, but these errors were encountered: