Info |
---|
Das Verbinden mit SSL ist ab Version The connection using SSL is available in version 1.8.0 |
Zum Erstellen einer Verbindung zu einer Mongo Datenbank mit SSL öffnet man zunächst mit Klick auf den Button "Verbinden" das Fenster mit allen Verbindungen und klickt hier auf "Neue Verbindung". Es erscheinen die folgenden Eingabefelder:
Verbindung mit SSL
Adresse des SSH Ziel Servers (IP oder Hostname).
Validierung der Zertifikate
Wenn diese Option aktiviert ist, werden alle Zertifikate anhand der Root-Zertifikate validiert.
Liste mit gültigen Root-Zertifikaten
Wird benötigt, wenn die Validierung der Zertifikate aktiviert ist. Entweder den absoluten Dateipfad zur .pem Datei mit den gültigen Root-Zertifikaten der Zertifizierungsstelle oder den Inhalt der Datei als Text eingeben.
Zertifikat
Entweder den absoluten Dateipfad zur .pem/.crt Datei mit dem Zertifikat oder den Inhalt der Datei als Text eingeben.
Privater Schlüssel des Zertifikats
Entweder den absoluten Dateipfad zur .pem/.key Datei mit dem Schlüssel des Zertifikats oder den Inhalt der Datei als Text eingeben. Wird nur benötigt, falls der Schlüssel nicht schon im Zertifikat enthalten ist.
Passwort für den Zertifikats Schlüssel
Wird nur benötigt, falls der Schlüssel mit einem Passwort geschützt ist.
Nach Eingabe der Daten kann man "Speichern und verbinden" klicken. Dann wird die Verbindung mit SSL hergestellt.
Info |
---|
Eine Beschreibung zum Betrieb einer Mongo Datenbank mit SSL findet man hier: or higher. |
To create a new connection to a mongo database using SSL you open the window with all connections by clicking the "Connect" button. Here you click "New connection" and you will see the following prompt:
Connect with SSL
If checked the connection will be using SSL. Also the other SSL options shows up.
Certificate validation
If checked, all certificates will be validated against the root certificate chain from the Certificate Authority.
Root certificate chain from the Certificate Authority
This is required if certificate validation is selected. Enter either the absolute path to the .pem file that contains the root certificate chain from the Certificate Authority or the content of the file as text.
Certificate
Enter either the absolute path to the .pem/.crt file that contains the certificate or the content of the file as text.
Certificate key
Enter either the absolute path to the .pem/.key file that contains the certificate key or the content of the file as text. Only required when the key is not already included in the certificate file.
Certificate passphrase
Only required when the certificate key is encrypted.
After entering the data you can click "Save and connect". The connection using SSL will be established.
Info |
---|
If you wan't to know how to setup a MongoDB server to use SSL, you can find more information here: http://docs.mongodb.org/manual/tutorial/configure-ssl/ |