Re: SSL Certificates in Postgres 9.3 and Windows 7

From: Krystian Bigaj <krystian(dot)bigaj(at)gmail(dot)com>
To: harpagornis <shenlong(at)runbox(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SSL Certificates in Postgres 9.3 and Windows 7
Date: 2014-11-09 16:36:55
Message-ID: CAN=kAeHxDAOXrXsYvsz6NCD-Pc-JRC_n+BLgG_nCR6MsRtJEKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9 November 2014 05:07, harpagornis <shenlong(at)runbox(dot)com> wrote:

> I am trying to implement SSL certificates with postgres 9.3 locally in
> Windows 7. In Windows Component Services / Local Services, postrgres is
> configured to start automatically, with Log On as a local system account.
>
Postgres on Windows will not start if it's running on account which belongs
to Administrators or PowerUsers groups.
LocalSystem belongs to Administrators.

On most cases you would like to use for example NetworkService account,
however you need to setup proper permissions on cluster data directory
(full access), postgres installation directory (read+execute mostly), and
in some cases also for root drive of cluster data directory (read access).

Best regards,
Krystian Bigaj

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-11-09 18:14:33 Re: SSL Certificates in Postgres 9.3 and Windows 7
Previous Message Adrian Klaver 2014-11-09 14:25:29 Re: SSL Certificates in Postgres 9.3 and Windows 7