Skip to content

Commit 76da234

Browse files
authored
Merge pull request #76906 from KirkMunroSagent/patch-1
Fix openssl command syntax
2 parents 4091389 + 498d7a6 commit 76da234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You you can try following these steps to find them:
115115
2. Run OpenSSL.
116116
- Windows: Open the installation directory, select **/bin/**, and then double-click **openssl.exe**.
117117
- Mac and Linux: Run `openssl` from a terminal.
118-
3. Run this command: `s_client -showcerts -connect <hostname>:443`, for any of the Microsoft or Azure hostnames that your storage resources are behind. You can find a list of hostnames that are frequently accessed by Storage Explorer here.
118+
3. Run this command: `openssl s_client -showcerts -connect <hostname>:443`, for any of the Microsoft or Azure hostnames that your storage resources are behind. You can find a list of hostnames that are frequently accessed by Storage Explorer here.
119119
4. Look for self-signed certificates. If the subject `("s:")` and issuer `("i:")` are the same, then the certificate is most likely self signed.
120120
5. When you find the self-signed certificates, for each one, copy and paste everything from (and including) `-----BEGIN CERTIFICATE-----` to `-----END CERTIFICATE-----` into a new .cer file.
121121
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.

0 commit comments

Comments
 (0)