TL;DR
Pour mise a jour:
[root] cd [root] certbot renew [root] cd /etc/grafana [root] cp /etc/letsencrypt/live/*NDD*/*.pem . [root] service grafana-server restart [root] service grafana-server status
Pour mise a jour:
[root] cd [root] certbot renew [root] cd /etc/grafana [root] cp /etc/letsencrypt/live/*NDD*/*.pem . [root] service grafana-server restart [root] service grafana-server status
yum install certbot
certbot certonly --standalone
Les certificats seront dans le dossier: /etc/letsencrypt/live/NDD/*
certbot renew
ou pour tester:
certbot renew --dry-run
cd /etc/grafana cp /etc/letsencrypt/live/*NDD*/*.pem .
chow :grafana fullchain.pem privkey.pem chmod 640 fullchain.pem privkey.pem
Modifier les lignes
protocol=https
cert_file = /etc/grafana/fullchain.pem
cert_key = /etc/grafana/privkey.pem
service grafana-server restart service grafana-server status