Docs: Fix chmod command for LetsEncrypt cert/key file access (#98354)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
This commit is contained in:
Nick Botticelli
2025-01-23 02:46:32 -07:00
committed by GitHub
parent 25447ea93a
commit d476b65d34

View File

@ -209,7 +209,7 @@ To adjust permissions, perform the following steps:
$ sudo chgrp -R grafana /etc/letsencrypt/*
$ sudo chmod -R g+rx /etc/letsencrypt/*
$ sudo chgrp -R grafana /etc/grafana/grafana.crt /etc/grafana/grafana.key
$ sudo chmod 400 /etc/grafana/grafana.crt /etc/grafana/grafana.key
$ sudo chmod 440 /etc/grafana/grafana.crt /etc/grafana/grafana.key
```
1. Run the following command to verify that the `grafana` group can read the symlinks: