JamieBort / Portfolio-Website

This is where I share a bit about myself, showcase what I've been working on, and share where you can find me online. It is build with a React + Vite front end and a Node Express backend. And styled with MUI.
https://jamiebort.com
GNU General Public License v3.0
0 stars 0 forks source link

Research how to generate the SSL certificate myself. #4

Open JamieBort opened 6 months ago

JamieBort commented 6 months ago

Research how to generate the SSL certificate myself

JamieBort commented 6 months ago

See https://github.com/JamieBort/Digital_Knowledge_Base/blob/main/pages/Secure%20Sockets%20Layer___Transport%20Layer%20Security%20(SSL___TLS)%20protocol.___.md

and https://github.com/JamieBort/Digital_Knowledge_Base/blob/main/pages/Secure%20Sockets%20Layer___Transport%20Layer%20Security%20(SSL___TLS)%20protocol.___.md

JamieBort commented 6 months ago

Steps to install the ssl certificate:

  1. generate it (either by buying one or creating one) One way to create it is to use bash

  2. Save the file and edit the backend to read the file.

  3. Deploy to the host.