append selfsigned cert creation

This commit is contained in:
2024-01-16 23:36:22 +01:00
parent cd63ad4a55
commit 938009c86d
3 changed files with 8 additions and 11 deletions

2
init
View File

@ -6,6 +6,8 @@ mkdir tls-data
docker network create $TRAEFIK_NETWORK
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./tls-data/selfsigned.key -out ./tls-data/selfsigned.crt
docker compose up -d
docker compose -f docker-compose-whoami.yml up -d