PostgreSQL로의 로컬호스트 연결에 TLS를 활성화하려면 PostgreSQL 인증서를 설치해야 합니다.

프로시저

  1. cert.pem 파일을 /storage/db/vcops/vpostgres/data/server.key로 복사합니다.
  2. cert.cert 파일을 /storage/db/vcops/vpostgres/data/server.crt로 복사합니다.
  3. chmod 600 /storage/db/vcops/vpostgres/data/server.key 명령을 실행합니다.
  4. chmod 600 /storage/db/vcops/vpostgres/data/server.crt 명령을 실행합니다.
  5. chown postgres /storage/db/vcops/vpostgres/data/server.keychown postgres /storage/db/vcops/vpostgres/data/server.crt 명령을 실행하여 server.crtserver.key 파일의 소유권을 root에서 postgres로 변경합니다.