2023-04-17 16:45:47 +02:00
|
|
|
---
|
|
|
|
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:
|
|
|
|
|
2023-04-21 21:59:41 +05:30
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
2023-04-17 16:45:47 +02:00
|
|
|
color="violet-70"
|
|
|
|
bold="Use Nginx"
|
|
|
|
icon="add_moderator"
|
2023-04-21 21:59:41 +05:30
|
|
|
href="/deployment/security/enable-ssl/nginx" %}
|
2023-04-17 16:45:47 +02:00
|
|
|
Use Nginx to enable SSL. This is the simplest solution.
|
2023-04-21 21:59:41 +05:30
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
2023-04-17 16:45:47 +02:00
|
|
|
color="violet-70"
|
|
|
|
bold="Use the OpenMetadata Server"
|
|
|
|
icon="add_moderator"
|
2023-04-21 21:59:41 +05:30
|
|
|
href="/deployment/security/enable-ssl/openmetadata-server" %}
|
2023-04-17 16:45:47 +02:00
|
|
|
Set SSL directly at the OpenMetadata server.
|
2023-04-21 21:59:41 +05:30
|
|
|
{% /inlineCallout %}
|
|
|
|
{% /inlineCalloutContainer %}
|