From c6fbbdf15de5c86e057183a5d138c41558748cab Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 12 May 2020 10:10:54 +0200 Subject: Rename SSL certificate bundle setting to clarify the "overriding" aspect This closes https://github.com/godotengine/godot-docs/issues/2531. --- doc/classes/ProjectSettings.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index dc07dd8837..ccbd419734 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -874,8 +874,9 @@ Page size used by remote filesystem (in bytes). - - CA certificates bundle to use for SSL connections. If not defined, Godot's internal CA certificates are used. + + The CA certificates bundle to use for SSL connections. If this is set to a non-empty value, this will [i]override[/i] Godot's default [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates.crt]Mozilla certificate bundle[/url]. If left empty, the default certificate bundle will be used. + If in doubt, leave this setting empty. When creating node names automatically, set the type of casing in this project. This is mostly an editor setting. -- cgit v1.2.3