diff options
author | TokieSan <eltokhy@aucegypt.edu> | 2023-06-30 11:22:01 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-07-11 16:30:59 +0200 |
commit | 92b6ffcd9f687cc54a0fc3801ca85c7e4d77512f (patch) | |
tree | 8e6effef194ed6c864cadfba7ee25f4f799f35a6 /officecfg | |
parent | 254b90801d4af1b775447dc701c2f0d71fcfd773 (diff) |
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 <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <desc>Contains the last path manually selected by the user for the CertDir property.</desc> </info> </prop> + <prop oor:name="CertMgrPath" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Contains the path of certificate manager if specified.</desc> + </info> + <value></value> + </prop> <prop oor:name="TSAURLs" oor:type="oor:string-list"> <info> <desc>Contains the URLs or Time Stamping Authority servers.</desc> |