traefik-certs-dumper icon indicating copy to clipboard operation
traefik-certs-dumper copied to clipboard

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.

Results 24 traefik-certs-dumper issues
Sort by recently updated
recently updated
newest added

Using the following docker compose configuration, no `cert.p12` was created in the domain's folder when using :alpine, however :latest appears to work ```yml certdump: image: humenius/traefik-certs-dumper:alpine environment: ACME_FILE_PATH: /traefik/acme.json COMBINE_PKCS12:...

type: bug
docker
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...

dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. Release notes Sourced from docker/build-push-action's releases. v3.0.0 Node 16 as default runtime by @​crazy-max (#564) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps arm64v8/docker from 20.10.16 to 20.10.17. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arm64v8/docker&package-manager=docker&previous-version=20.10.16&new-version=20.10.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps docker from 20.10.16 to 20.10.17. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker&package-manager=docker&previous-version=20.10.16&new-version=20.10.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

type: feature
type: security

I think it's a good idea to take a look at the Docker image in general in aspects of security measurements. Some good ideas to improve security and quality: -...

type: fix

As incoming feature add more code to the base, it may get quite complicated to follow along. We could split up each functionality of `dump.sh` into separate scripts that simply...

good first issue
type: chore

Hi, The combined.pem file is created in the certs root folder and not in the domain.tld/ folder. Using only one domain that isn't added in the environment of the docker-compose...

As this image gets more features and thus an ever-expanding `README.md`, we should take a look into migrating everything to GitHub Wiki or maybe use something like readthedocs.

type: docs
good first issue
type: chore