summaryrefslogtreecommitdiff
path: root/doc/classes/X509Certificate.xml
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-01-14 13:54:31 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-01-14 15:42:47 +0100
commitaa744aee7dac7d421fa0d338e769e3619146512c (patch)
tree94183e0d620e099c5320ad728f05c2ff2216c78a /doc/classes/X509Certificate.xml
parent031b5455ae0d1f3c4c850ce91a1168b6aabc9537 (diff)
Update documentation to reflect HTML5 limitations.
Diffstat (limited to 'doc/classes/X509Certificate.xml')
-rw-r--r--doc/classes/X509Certificate.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml
index 50e9e4e0d4..5f3e91c4e6 100644
--- a/doc/classes/X509Certificate.xml
+++ b/doc/classes/X509Certificate.xml
@@ -6,6 +6,7 @@
<description>
The X509Certificate class represents an X509 certificate. Certificates can be loaded and saved like any other [Resource].
They can be used as the server certificate in [method StreamPeerSSL.accept_stream] (along with the proper [CryptoKey]), and to specify the only certificate that should be accepted when connecting to an SSL server via [method StreamPeerSSL.connect_to_stream].
+ [b]Note:[/b] Not available in HTML5 exports.
</description>
<tutorials>
</tutorials>