This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Copyright (c) 2017 Brian 'redbeard' Harrington <[email protected]> | |
| # | |
| # dumpcerts.sh - A simple utility to explode a Traefik acme.json file into a | |
| # directory of certificates and a private key | |
| # | |
| # Usage - dumpcerts.sh /etc/traefik/acme.json /etc/ssl/ | |
| # | |
| # Dependencies - | |
| # util-linux |