2022-07-11 15:19:11 +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:
|
|
|
|
|
|
|
|
<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"
|
2022-09-12 05:06:30 +02:00
|
|
|
bold="Use the OpenMetadata Server"
|
2022-07-11 15:19:11 +02:00
|
|
|
icon="add_moderator"
|
2022-09-12 05:06:30 +02:00
|
|
|
href="/deployment/security/enable-ssl/openmetadata-server"
|
2022-07-11 15:19:11 +02:00
|
|
|
>
|
|
|
|
Set SSL directly at the OpenMetadata server.
|
|
|
|
</InlineCallout>
|
|
|
|
</InlineCalloutContainer>
|