Giter VIP home page Giter VIP logo

ru330's Introduction

RU330 Redis Security

This repository contains example Docker files to be used with the RU330 Redis Security course at Redis University.

Prerequisites

You will need to install Docker to use the resources in this repository. Installation instructions for Mac, Windows and Linux can be found here. Make sure Docker is running before you attempt to build the containers.

Resources for Week 1 of the Course

Installing Redis Securely

The folder "1.6-Install-Redis" contains a Docker file, scripts, and Redis configuration file that build a container with Redis installed and configured as described in week 1's "Installing Redis Securely" video.

Use the build.sh script to build the container, and the login.sh script to start it and connect via a bash shell.

Once logged into the container, you can start Redis with:

# redis-server &

And connect to it using:

# redis-cli

Resources for Week 3 of the Course

TLS in Redis - Encrypting Connections

The folder "3.6-TLS-Basic" accompanies the week 3 video "Encrypting Connections". It contains a Docker file and scripts to build a container that demonstrates how to make a secure connection to Redis.

Use the build.sh script to build the container, and the login.sh script to start it and connect via a bash shell.

Note: You'll first need to build the base container that this depends on (see "Installing Redis Securely" above).

Once you're connected to the bash shell in the container, change directory to the ru330 folder:

# cd ru330

From here, you can run:

  • ./start-redis.sh - starts the Redis server in the background, with log output to /var/log/redis.out.
  • ./redis-connect.sh - uses redis-cli to make a secure connection to the Redis server.
  • ./stop-redis.sh - stops the Redis server process.

TLS in Redis - TLS 1.3, Mutual Authentication and Advanced TLS Configuration

The folder "3.7-TLS-Advanced" accompanies the week 3 video "TLS 1.3, Mutual Authentication and Advanced TLS Configuration". It contains a Docker file and scripts showing a way to make a more advanced secure connection to Redis.

Use the build.sh script to build the container, and the login.sh script to start is and connect via a bash shell.

Note: You'll first need to build the base container that this depends on (see "Installing Redis Securely" above).

Once you're connected to the bash shell in the container, change directory to the ru330 folder:

# cd ru330

From here, you can run:

  • ./start-redis.sh - starts the Redis server in the background, with log output to /var/log/redis.out.
  • ./redis-connect.sh - uses redis-cli to make a secure connection to the Redis server.
  • ./stop-redis.sh - stops the Redis server process.

Need Help?

If you need help with the resources in this repository, join us on the Redis Discord server where we have a dedicated channel #ru330-redis-security for this course.

Subscribe to our YouTube Channel / Follow us on Twitch

We'd love for you to check out our YouTube channel, and subscribe if you want to see more Redis videos! We also stream regularly on our Twitch.tv channel - follow us or check out our live streaming schedule to be notified when we're live.

ru330's People

Contributors

banker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ru330's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.