[v9.3.x] Doc: Fix typo (#67241)

Doc: Fix typo (#66929)

Update index.md

(cherry picked from commit ff61772218)

Co-authored-by: oneoneonepig <oneoneonepig@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-04-25 14:28:20 -05:00
committed by GitHub
co-authored by oneoneonepig
parent 79f1b9266d
commit db12eb4644
@@ -114,7 +114,7 @@ If this happens, then you have to add the certificate to the trust store. If you
```
[root@server ~]# [ -d /usr/share/grafana/.pki/nssdb ] || mkdir -p /usr/share/grafana/.pki/nssdb
[root@merver ~]# certutil -d sql:/usr/share/grafana/.pki/nssdb -A -n internal-root-ca -t C -i /etc/pki/tls/certs/internal-root-ca.crt.pem
[root@server ~]# certutil -d sql:/usr/share/grafana/.pki/nssdb -A -n internal-root-ca -t C -i /etc/pki/tls/certs/internal-root-ca.crt.pem
[root@server ~]# chown -R grafana: /usr/share/grafana/.pki/nssdb
```