Skip to content

dump the Lets Encrypt certs that Traefik stores and store for proxmox use.

License

Notifications You must be signed in to change notification settings

EnigmaCurry/proxmox-traefik-certdumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traefik certificate dumper for proxmox admin dashboard

version: '2'

services:
  certdumper:
    image: enigmacurry/traefik-certdumper:latest
    volumes:
      - /etc/containers/traefik:/traefik
      - /etc/pve/ssl:/output
    restart: always
    privileged: true			      
    environment:
      CERTIFICATE: "*.gtown.lan.rymcg.tech"
      PVE_HOST: stardust

Change CERTIFICATE to the name of the certificate (which is the domain name by default)

Change PVE_HOST to the hostname of your proxmox server.

Writes traefik public ssl cert to /etc/pve/nodes/$PVE_HOST/pveproxy-ssl.pem and the key to /etc/pve/nodes/$PVE_HOST/pveproxy-ssl.key

About

dump the Lets Encrypt certs that Traefik stores and store for proxmox use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.1%
  • Dockerfile 28.9%