You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-instance-apache-cassandra/ldap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In this section, we'll walk through creating a simple LDAP server on a Virtual M
29
29
30
30
1. Give your server a DNS name:
31
31
32
-
:::image type="content" source="./media/ldap/dns.jpg" alt-text="Create dns name for ldap server" lightbox="./media/ldap/dns.jpg" border="true":::
32
+
:::image type="content" source="./media/ldap/dns.jpg" alt-text="Screenshot of dns name in portal." lightbox="./media/ldap/dns.jpg" border="true":::
33
33
34
34
1. Install Docker on the virtual machine. We recommend [this](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04) tutorial.
35
35
@@ -77,7 +77,7 @@ In this section, we'll walk through creating a simple LDAP server on a Virtual M
77
77
```shell
78
78
openssl x509 -in certs/ldap.crt -text
79
79
```
80
-
:::image type="content" source="./media/ldap/dns-verify.jpg" alt-text="Verofy dns name in ldap cert" lightbox="./media/ldap/dns-verify.jpg" border="true":::
80
+
:::image type="content" source="./media/ldap/dns-verify.jpg" alt-text="Screenshot of output from command to verify certificate." lightbox="./media/ldap/dns-verify.jpg" border="true":::
81
81
82
82
1. Copy the `ldap.crt` file to [clouddrive](../cloud-shell/persisting-shell-storage.md) in Azure CLI for use later.
0 commit comments