mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:37:53 +08:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user