X509 Class
A class with references to the certificate, key, and optional pass-phrase used to authenticate a TLS connection using x509 certificates
Initializer for X509 Certificate :param cert_file: The file path to contents of the certificate (or certificate chain)
used to authenticate the device.
- Inheritance
-
builtins.objectX509
Constructor
X509(cert_file, key_file, pass_phrase=None)
Parameters
Name | Description |
---|---|
key_file
Required
|
The file path to the key associated with the certificate |
pass_phrase
|
(optional) The pass_phrase used to encode the key file Default value: None
|
cert_file
Required
|
|
Attributes
certificate_file
key_file
pass_phrase
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python