Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

ozbillwang/self-sign-certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self sign certificate

NOTES: I found it will be more convenience to use OpenVPN/easy-rsa to create self-sign certificates directly

generate self-sign cert

adjust your details in top of code self-sign.py

pip install -r requirements.txt
python self-sign.py

you will get two files

  • cert.crt
  • private.key

save to kubernetes cluster

run below command to add the tls secret in kubernetes cluster

./kube_secret.sh www.example.com

About

self-sign certificate as kubernetes tls secret

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published