Hi together...
I've a Problem to execute some Commands from a Batch File.
#!/bin/bash
clear; echo; echo;
sleep 0.25;
DOMAIN="$1";
TYPE="selfsigned"
PATH="./traefik/data/certificates";
if ! [ -z "$DOMAIN" ]; then
echo "Create private Server Key and Certificate Request..."...