Skip to content

Commit fbee82a

Browse files
committed
adding tug as author for ssl-tls doc
1 parent f798aa3 commit fbee82a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/guides/security/how-to-use-tls-with-redis-enterprise/how-to-use-ssl-tls-with-redis-enterprise.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: how-to-use-ssl-tls-with-redis-enterprise
33
title: How to Use SSL/TLS With Redis Enterprise
44
slug: /guide/security/how-to-use-ssl-tls-with-redis-enterprise/
55
description: Learn how to secure your Redis databases using SSL
6+
authors: [tug]
67
keywords:
78
- java
89
- node.js
@@ -11,10 +12,11 @@ keywords:
1112
- tls
1213
---
1314

14-
![Header](/img/guides/security/how-to-use-tls-with-redis-enterprise/000_header.jpeg)
15+
import Authors from '@site/src/theme/Authors';
16+
17+
<Authors frontMatter={frontMatter} />
1518

16-
- Date: 19-JAN-2021
17-
- Author: [Tug Grall](https://twitter.com/tgrall)
19+
![Header](/img/guides/security/how-to-use-tls-with-redis-enterprise/000_header.jpeg)
1820

1921
In this article, I will explain how to secure your Redis databases using SSL (Secure Sockets Layer). In production, it is a good practice to use SSL to protect the data that are moving between various computers (client applications and Redis servers). Transport Level Security (TLS) guarantees that only allowed applications/computers are connected to the database, and also that data is not viewed or altered by a middle man process.
2022

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ module.exports = {
170170
name: 'Sachin Kottarathodi',
171171
title: 'Staff Software Engineer at Walmart Global Tech India',
172172
image: 'profile_pic_sachin_kottarathodi.jpg',
173+
},
174+
tug: {
175+
name: 'Tugdual Grall',
176+
title: 'Former Technical Marketing Manager at Redis',
177+
image: 'profile_pic_tugdual_grall.png',
173178
}
174179
},
175180
},
146 KB
Loading

0 commit comments

Comments
 (0)