2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
title: Enable SSL
|
|
|
|
slug: /deployment/security/enable-ssl
|
2024-09-05 10:30:31 +02:00
|
|
|
collate: false
|
2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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 %}
|