- Security >
- Enable TLS for a Deployment
Enable TLS for a Deployment¶
On this page
For Ops Manager to monitor, deploy, or back up a MongoDB deployment that uses TLS, you must enable TLS for the Ops Manager project.
Considerations¶
Topics Not in Scope¶
A full description of Transport Layer Security, public key infrastructure, X.509 certificates, and Certificate Authorities exceeds the scope of this tutorial. This tutorial assumes prior knowledge of TLS and access to valid X.509 certificates.
Note
If you want to reset Authentication and SSL settings for your project, first unmanage any MongoDB deployments that Ops Manager manages in your project.
Prerequisite¶
Get and Install the TLS Certificate on Each MongoDB Host¶
Acquire a TLS certificate for each host serving a MongoDB process. This certificate must include the FQDN for the hostname of this MongoDB host. The FQDN can be the Common Name or the Subject Alternative Name of this host. You must install this TLS certificate on the MongoDB host.
Procedures¶
Important
You must complete:
before you click Review & Deploy.
Set Existing Deployments to Use TLS¶
Important
With the Client Certificate Mode setting, you can set if the client must present a TLS certificate to connect to the deployments in your project. If you enable TLS for your project, all deployment must use TLS.
If you wish to enable TLS for existing MongoDB deployments in your Ops Manager project:
On the line listing the process, click Modify.¶
Expand the Advanced Configuration Options section.¶
Set the TLS/SSL startup options.¶
Click Add Option to add each of the following options:
Option Required Value tlsMode
Required Select requireTLS
.tlsCertificateKeyFile
Required Provide the absolute path to the server certificate. tlsCertificateKeyFilePassword
Required Provide the PEM key file password if you encrypted it. tlsFIPSMode
Optional Select true
if you want to enable FIPS mode.After adding each option, click Add.
When you have added the required options, click Save.
Enable TLS for the Project¶
Choose your Authentication Mechanisms.¶
On the Select Authentication Mechanisms screen, enable one or more Authentication Mechanisms.
TLS works with all authentication mechanisms.
Click Next.
Specify the TLS Settings.¶
Field | Action | ||||
---|---|---|---|---|---|
Enable TLS | Toggle this slider to Yes. | ||||
TLS CA File Path | The TLS Certificate Authority file is a Note The encrypted private key for the Type the file path to the TLS Certificate Authority file on every host running a MongoDB process:
This enables the |
||||
Client Certificate Mode | Select if client applications or MongoDB Agents must present a TLS certificate when connecting to a TLS-enabled MongoDB deployments. Each MongoDB deployment checks for certificates from these client hosts when they try to connect. If you choose to require the client TLS certificates, make sure they are valid. Accepted values are:
|
Click Continue.
Configure the MongoDB Agents.¶
- In the Agent Auth Mechanism list, click the same authentication mechanisms that you did for the project.
- Follow the procedure to configure the MongoDB Agent to use that authentication method:
Note
If you had TLS certificates for Legacy Agents, see What if I had TLS certificates for Legacy Backup or Monitoring Agents? at the end of this procedure for guidance.
Click Save to set your changes.¶
Click Review & Deploy to review your changes.¶
Ops Manager displays your proposed changes.
- If you are satisfied, click Confirm & Deploy.
- If you want to make further configuration changes, click Cancel. Click Modify for the cluster to make additional changes.
What if I had TLS certificates for Legacy Backup or Monitoring Agents?
If you updated to the MongoDB Agent from deployments that used Automation, the MongoDB Agent manages the TLS settings.
If you updated to the MongoDB Agent from deployments that did not use Automation but you had Backup Agents, Monitoring Agents, or both, you can set your Backup Agent and Monitoring Agent-specific settings during the Agent update or through the following procedure:
- Navigate to Deployment arrow right icon Agents arrow right icon Downloads & Settings arrow right icon Custom Configurations arrow right icon Edit Custom Configuration.
- Click pencil icon .
- Under the Backup Configurations section:
- Type the desired setting in the Setting box and its corresponding value in the Value box.
- To add more than one Setting, click the + Add Setting link. Another row appears.
- Repeat until all settings have been added.
- Under the Monitoring Configurations section:
- Type the desired setting in the Setting box and the corresponding value in the Value box.
- To add more than one Setting, click the + Add Setting link. Another row appears.
- Repeat until all settings have been added.
You can click the trash icon to remove any settings that you have added.