Skip to content

mjohndus/traefik-cert-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Cert-Dumper

Convert Certificate from Traefik

Usage

usage all Certificates:

   acme.sh </path/to> </dest/path>
   
   </path/to -> acme.json> -> without - acme.json
   
   </dest/path> -> output directory -> </tmp/domain-name>

usage 1,2,.. Certificates:

   acme.sh </path/to> </dest/path> <sub.domain.de>
   
   </path/to -> acme.json> -> without - acme.json
   
   </dest/path> -> output directory -> </tmp/domain-name>
   
   <sub.domain.de> -> single - sub.domain.de or multi - seperated by ',' sub.domain.de,sub2.domain.de,...

Output

example:

/tmp/domain-name

  • private.key
  1. /sub

    • files :
      • cert.pem
      • chain.pem
      • fullchain.pem
      • privkey.pem
  2. /sub

    • files:
      • cert.pem
      • chain.pem
      • fullchain.pem
      • privkey.pem

About

Read Certificate from Traefik

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages