Open Source Database (RDBMS) for the Enterprise | MariaDB (2024)

This page is part of MariaDB's Documentation.

The parent of this page is: Data-in-Transit Encryption

Topics on this page:

Overview

Database components from MariaDB Corporation support data-in-transit encryption, which secures data transmitted over the network. The server and the clients encrypt data using the Transport Layer Security (TLS) protocol, which is a newer version of the Secure Socket Layer (SSL) protocol.

For testing purposes, MariaDB database products can be configured to use TLS with self-signed certificates and keys.

Creating the Certificate Authority's Certificate and Keys

  1. Generate a private key for the CA:

    $ openssl genrsa 2048 > ca-key.pem
  2. Generate the X509 certificate for the CA:

    $ openssl req -new -x509 -nodes -days 365000 \ -key ca-key.pem \ -out ca-cert.pem

Creating the Server's Certificate and Keys

  1. Generate the private key and certificate request:

    $ openssl req -newkey rsa:2048 -nodes -days 365000 \ -keyout server-key.pem \ -out server-req.pem
  2. Generate the X509 certificate for the server:

    $ openssl x509 -req -days 365000 -set_serial 01 \ -in server-req.pem \ -out server-cert.pem \ -CA ca-cert.pem \ -CAkey ca-key.pem

Creating the Client's Certificate and Keys

  1. Generate the private key and certificate request:

    $ openssl req -newkey rsa:2048 -nodes -days 365000 \ -keyout client-key.pem \ -out client-req.pem
  2. Generate the X509 certificate for the client:

    $ openssl x509 -req -days 365000 -set_serial 01 \ -in client-req.pem \ -out client-cert.pem \ -CA ca-cert.pem \ -CAkey ca-key.pem

Verifying the Certificates

  1. Verify the server certificate:

    $ openssl verify -CAfile ca-cert.pem \ ca-cert.pem \ server-cert.pem
  2. Verify the client certificate:

    $ openssl verify -CAfile ca-cert.pem \ ca-cert.pem \ client-cert.pem
Open Source Database (RDBMS) for the Enterprise | MariaDB (2024)
Top Articles
The five pillars of sustainability : economic, social, environmental, cultural and security aspects | Semantic Scholar
How to Invert Photo on iPhone: Easy Tricks & Apps | Fotor
Lowe's Garden Fence Roll
Warren Ohio Craigslist
Tlc Africa Deaths 2021
Froedtert Billing Phone Number
Chase Bank Operating Hours
Google Jobs Denver
Cumberland Maryland Craigslist
Arrests reported by Yuba County Sheriff
Walgreens Alma School And Dynamite
Paula Deen Italian Cream Cake
CSC error CS0006: Metadata file 'SonarAnalyzer.dll' could not be found
Tiger Island Hunting Club
Simon Montefiore artikelen kopen? Alle artikelen online
Belle Delphine Boobs
Painting Jobs Craigslist
Kris Carolla Obituary
Adam4Adam Discount Codes
Prestige Home Designs By American Furniture Galleries
50 Shades Of Grey Movie 123Movies
Persona 4 Golden Taotie Fusion Calculator
Account Suspended
Nevermore: What Doesn't Kill
Quadcitiesdaily
How many days until 12 December - Calendarr
Trivago Myrtle Beach Hotels
Is Holly Warlick Married To Susan Patton
Panolian Batesville Ms Obituaries 2022
R Baldurs Gate 3
Mini-Mental State Examination (MMSE) – Strokengine
Past Weather by Zip Code - Data Table
Top Songs On Octane 2022
Craigslist Middletown Ohio
Issue Monday, September 23, 2024
Tmj4 Weather Milwaukee
A Man Called Otto Showtimes Near Carolina Mall Cinema
Www Violationinfo Com Login New Orleans
Junee Warehouse | Imamother
Best Restaurants In Blacksburg
R Nba Fantasy
craigslist | michigan
Casamba Mobile Login
Tricare Dermatologists Near Me
Comanche Or Crow Crossword Clue
Fluffy Jacket Walmart
American Bully Puppies for Sale | Lancaster Puppies
Joblink Maine
Mytmoclaim Tracking
Costco Tire Promo Code Michelin 2022
Deviantart Rwby
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 5656

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.