Pere Miquel Brull 6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00

28 lines
702 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>