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>
pull/99404/head^2
Nick Botticelli 12 months ago committed by GitHub
parent 25447ea93a
commit d476b65d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/setup-grafana/set-up-https.md

@ -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:

Loading…
Cancel
Save