vetu11 5 lat temu
rodzic
commit
b04225c997
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tutorials/networking/ssl_certificates.rst

+ 2 - 2
tutorials/networking/ssl_certificates.rst

@@ -13,8 +13,8 @@ which can take a regular connection and add security around it. The
 :ref:`HTTPClient <class_HTTPClient>`
 class also supports HTTPS by using this same wrapper.
 
-For SSL to work, certificates need to be provided. A .crt file must be
-specified in the project settings:
+Godot includes SSL certificates from Mozilla, but you can provide your own
+with a .crt file in the project settings:
 
 .. image:: img/ssl_certs.png