Pere Miquel Brull d08308d9f2
[Docs] - Add 1.1.0 docs and remove 0.13.2 (#11604)
* Remove 0.13.2 and add 1.1.0

* Add 1.1.0 breaking changes for SM
2023-05-16 08:30:15 +02:00

26 lines
720 B
Markdown

---
title: Enable SSL
slug: /deployment/security/enable-ssl
---
# Enable SSL
In this section we will guide you through adding SSL to your OpenMetadata deployment with two different approaches:
{% inlineCalloutContainer %}
{% inlineCallout
color="violet-70"
bold="Use Nginx"
icon="add_moderator"
href="/deployment/security/enable-ssl/nginx" %}
Use Nginx to enable SSL. This is the simplest solution.
{% /inlineCallout %}
{% inlineCallout
color="violet-70"
bold="Use the OpenMetadata Server"
icon="add_moderator"
href="/deployment/security/enable-ssl/openmetadata-server" %}
Set SSL directly at the OpenMetadata server.
{% /inlineCallout %}
{% /inlineCalloutContainer %}