Skip to content

Commit 4daf4a2

Browse files
katuknowuglide
authored andcommitted
Update SSL section in Quick Start RedisInsight#3635
1 parent bbe0a1f commit 4daf4a2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/quick-start.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ If you want to connect to redis-server with SSL you need to enable SSL on the se
1919

2020
<img src="http://redisdesktop.com/docs/rdm_ssl.png" height="300" />
2121

22-
### Windows Azure Redis Cache
23-
1. Copy Primary key from Azure Portal to AUTH field on first tab
24-
2. Also Copy SSL port to Port field on first tab
25-
3. Retrieve current Azure public key and save in azure.pem file:
2622

27-
```openssl x509 -in <(openssl s_client -connect YOUR_SERVER:YOUR_SSL_PORT -prexit 2>/dev/null)```
23+
### Windows Azure Redis Cache <br /> <img src="https://azure.microsoft.com/svghandler/redis-cache/?width=600&height=315" height="100" />
2824

29-
*NOTE for Windows users:* The easiest way to run this command in Windows - MSYS2
25+
1. Create connection with all requested information
26+
<br /> <img src="https://redisdesktop.com/static/docs/rdm_ssl_azure.png" height="300" />
27+
2. Make sure that "Use SSL Protocol" checkbox is enabled
28+
3. Your Azure Redis connection is ready to use
3029

31-
4 Provide path to azure.pem file on SSL tab in Public key field
32-
33-
### Redis Labs
30+
### Redis Labs <br /> <img src="https://upload.wikimedia.org/wikipedia/commons/7/75/Redis_Labs_Logo.png" height="75" />
3431
To connect Redis Labs instance with SSL/TLS encryption do following steps:
3532

3633
1. Make sure that SSL is enabled for your Redis instance in Redis Labs dashboard.

0 commit comments

Comments
 (0)