On Thu, 16 Nov 2023 12:06:26 GMT, rebarbora-mckvak <d...@openjdk.org> wrote:
> This fixes the defect described at https://bugs.openjdk.org/browse/JDK-8313367 > > If the process does not have write permissions, the store is opened as > read-only (instead of failing). > > Please note that permissions to use a certificate in a local machine store > must be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. This pull request has now been integrated. Changeset: db535c86 Author: Štěpán Schejbal <ste...@safara.cz> Committer: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/db535c86bc56b89b7213b3b097d80935fe9e8516 Stats: 33 lines in 2 files changed: 5 ins; 22 del; 6 mod 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/16687