Skip to content

bohrasd/qiniu-cert-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qiniu Certificate Sync

For whatever reason you want to transfer TLS certificates in kubernetes to Qiniu CDN

This app will upload provided TLS secrets to Qiniu, and update the certificates of provided domains

WARNING: This program currently won't verify the certificates in any way, this may or may not change in the future but use it at your own risk for now.

USAGE


locally

Change your configuration like what config.toml suggested

go run . --kubeconfig somewhere \ # default in ~/.kube/config
        --config somewhere-else # default in /etc/qiniu-cert-sync/config.toml

in cluster

Fill in the configs under the configmap section in k8s.yaml, and change the namespaces of all sections

kubectl apply -f ./k8s.yaml

About

For whatever reason you want to transfer TLS certificates in kubernetes to Qiniu CDN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published