Skip to content

Docker container to transform Traefik acme.json to kube secrets

Notifications You must be signed in to change notification settings

jochumdev/acmejson-to-secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmejson-to-secret

This package uses traefik-acme to export TLS certificates from acme.json and then creates kubernetes certificates for them.

Deploy / Configuration

Get the kube.yaml

curl -fSsl https://raw.githubusercontent.com/jochumdev/acmejson-to-secret/main/kube.yaml -o acmejson-to-secret.yaml

Edit it

Edit the ENV Variables of the CronJob

ACME_DOMAINS is in the format: $domain:$namespace/$name;$domain:$namespace/$name;$domain:$namespace/$name

Apply it

kubectl apply -f acmejson-to-secret.yaml

License

MIT - Copyright 2024 René Jochum

About

Docker container to transform Traefik acme.json to kube secrets

Resources

Stars

Watchers

Forks

Packages