Skip to content

Instantly share code, notes, and snippets.

View kirankumarhm's full-sized avatar

Kiran Kumar H.M kirankumarhm

View GitHub Profile

Installation steps for K3s dashboard

The steps below requires that you have followed the installation steps for installing K3s on RPIs.

NOTE: The following files can be found in the following repository.

Installation steps for K3s dashboard. On master node, create a folder called dashboard:

@kirankumarhm
kirankumarhm / 2019-https-localhost.md
Created March 4, 2024 16:36 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).