Skip to content

Commit bf86db1

Browse files
Fix openssl command syntax
1 parent 515475e commit bf86db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-explorer-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you're unsure of where the certificate is coming from, follow these steps to
106106
2. Run OpenSSL.
107107
* Windows: Open the installation directory, select **/bin/**, and then double-click **openssl.exe**.
108108
* Mac and Linux: Run `openssl` from a terminal.
109-
3. Run `s_client -showcerts -connect microsoft.com:443`.
109+
3. Run `openssl s_client -showcerts -connect microsoft.com:443`.
110110
4. Look for self-signed certificates. If you're unsure of which certificates are self-signed, make note of anywhere the subject `("s:")` and issuer `("i:")` are the same.
111111
5. When you find self-signed certificates, for each one, copy and paste everything from (and including) `-----BEGIN CERTIFICATE-----` through `-----END CERTIFICATE-----` into a new .cer file.
112112
6. Open Storage Explorer and go to **Edit** > **SSL Certificates** > **Import Certificates**. Then use the file picker to find, select, and open the .cer files that you created.
@@ -563,4 +563,4 @@ If none of these solutions work for you, you can:
563563
- Create a support ticket
564564
- [Open an issue on GitHub](https://github.com/Microsoft/AzureStorageExplorer/issues). You can also do this by selecting the **Report issue to GitHub** button in the lower-left corner.
565565

566-
![Feedback](./media/storage-explorer-troubleshooting/feedback-button.PNG)
566+
![Feedback](./media/storage-explorer-troubleshooting/feedback-button.PNG)

0 commit comments

Comments
 (0)