Inital Commit
All checks were successful
Traefik Certificate Dumper / Traefik Certificate Dumper [arm64] (push) Successful in 24s
Traefik Certificate Dumper / Traefik Certificate Dumper [amd64] (push) Successful in 27s

This commit is contained in:
Cantibra
2025-10-26 21:11:06 +01:00
commit 7f093a66e3
13 changed files with 960 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
#!/usr/bin/bash
###
#
# Options Section
#
###
set -e
set -u
set -o pipefail
###
#
# Variables Section
#
###
###
#
# Function Section
#
###
###
#
# Runtime Environment
#
###