Skip to content

jeffre/traefik-cert-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

traefik-cert-export

Export TLS certs from traefik's acme.json file

$ ./traefik-cert-export.sh -h
  PURPOSE:
    Export TLS certs from traefik acme.json file.

  USAGE:
    traefik-cert-export.sh [OPTIONS] [DOMAIN, ...]
  
    If no DOMAINs are specified all domains will be exported.

  OPTIONS:
    -i JSONFILE
      json file to read from (default: "./acme.json")
    -c CERTRESOLVER
      Name of the certificate resolver per traefik's configuration (default: "letsencrypt")
    -o OUTPUTDIR
      directory to put cer and key files (default: "./certs")
    -l
      list available domains and then exit
    -v
      increase verbosity
    -h
      print this usage guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages