Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
X509Certificate¶
Inherits: Resource < Reference < Object
Un certificado X509 (por ejemplo para SSL).
Descripción¶
La clase de certificado X509 representa un certificado X509. Los certificados pueden ser cargados y guardados como cualquier otro Resource.
Pueden ser usados como el certificado de servidor en StreamPeerSSL.accept_stream (junto con la CryptoKey apropiada), y para especificar el único certificado que debe ser aceptado cuando se conecta a un servidor SSL a través del StreamPeerSSL.connect_to_stream.
Nota: No está disponible en las exportaciones en HTML5.
Métodos¶
Descripciones de Métodos¶
Carga un certificado de path
(archivo "*.crt").
Guarda un certificado en el path
dado (debe ser un archivo "*.crt").