#!/bin/sh
# Instalar certificados CA de Symfony si no existen
if [ ! -f /root/.symfony*/cacert.pem ]; then
symfony server:ca:install
fi