Can't upload new certificates to bwdata folder

Hello,
I have to renew my existing certificate, but I can´t do it because the bwdata folder has nobody as user and nogroup as group:

I don’t remember how I did it last year, but it’s obvius that I dit it:

Is this normal? What Iam missing?

Best regards.

Hello,
Finally I have solved it by changing the propietary/group of the folder temporaly to allow to update the certificates:

cd /home/MYUSER/bwdata/docker
docker compose down

chown -R $(whoami):$(whoami) /home/MYUSER/bwdata
cp /home/MYUSER/cert/ /home/MYUSER/bwdata/ssl/bitwarden.MYUSER.es *
chown -R nobody:nogroup /home/MYUSER/bwdata

sudo docker compose up -d
cd
./bitwarden.sh restart

Best regards.