Vous devez installer le certificat pour PostgreSQL lorsque vous activez TLS sur les connexions localhost à PostgreSQL.

Procédure

  1. Copiez le fichier cert.pem sur /storage/db/vcops/vpostgres/data/server.key.
  2. Copiez le fichier cert.cert sur /storage/db/vcops/vpostgres/data/server.crt.
  3. Exécutez la commande chmod 600 /storage/db/vcops/vpostgres/data/server.key.
  4. Exécutez la commande chmod 600 /storage/db/vcops/vpostgres/data/server.crt.
  5. 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.