I'm trying to learn the basics of OpenBSD coming from CentOS ...
so I've created a new certificate for my domain.tld with certbot and a new user - newuser
I've added newuser to wheel group and even chmod -R 777 /etc/letsencrypt/live/domain.tld/ but still can't ls that directory.
bsd0# doas -u newuser ls -hasl /etc/letsencrypt/live
doas ([email protected]) password:
ls: .: Permission denied
ls: ..: Permission denied
ls: README: Permission denied
ls: domain.tld: Permission denied
total 0
Obviously, I'm missing something, but can't figure out what.
Can you help ?