Skip to content

techierishi/decryptpubcert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Decrypt public cert

Usage

It's mainly for checking the public cert in k8s secrets. But it can take any base64 encoded public cert from stdin Prerequisite: yq command

kubectl get secret <secret-nmae> -n <namespace> -o yaml | yq eval '.data["tls.crt"]' | deno run --allow-all https://deno.land/x/decryptpubcert@v1.0.0/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors