Vous devez installer le certificat pour PostgreSQL lorsque vous activez TLS sur les connexions localhost à PostgreSQL.
Procédure
- Copiez le fichier cert.pem sur /storage/db/vcops/vpostgres/data/server.key.
- Copiez le fichier cert.cert sur /storage/db/vcops/vpostgres/data/server.crt.
- Exécutez la commande chmod 600 /storage/db/vcops/vpostgres/data/server.key.
- Exécutez la commande chmod 600 /storage/db/vcops/vpostgres/data/server.crt.
- Exécutez les commandes chown postgres /storage/db/vcops/vpostgres/data/server.key et chown postgres /storage/db/vcops/vpostgres/data/server.crt pour modifier la propriété des fichiers server.crt et server.key de root en postgres.