From 92b6ffcd9f687cc54a0fc3801ca85c7e4d77512f Mon Sep 17 00:00:00 2001 From: TokieSan Date: Fri, 30 Jun 2023 11:22:01 +0300 Subject: Allow selecting a custom certificate manager Added a new option in Tools>Options>Security that allows choosing the path of a different certificate manager. Made Certificate Manager Button be disabled instead of hidden in case no certificate manager is detected. Added a box notifying that the certificate manager is opened (or not working in case it failed for some reason). Change-Id: I64a901766d4fb05c59c0f85fdf94c08a3ca4bdab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153798 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 528cd5aa7014..87ee6c665814 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2406,6 +2406,12 @@ Contains the last path manually selected by the user for the CertDir property. + + + Contains the path of certificate manager if specified. + + + Contains the URLs or Time Stamping Authority servers. -- cgit