Differences
This shows you the differences between the selected revisions of the page.
2016-01-05 | 2016-01-06 | ||
toc worthy (martin) | moving list of supported client certificate formats from ui_login_tls (martin) | ||
Line 13: | Line 13: | ||
The client certificate typically needs to be signed by a certificate authority trusted by the server. | The client certificate typically needs to be signed by a certificate authority trusted by the server. | ||
+ | |||
+ | Supported client certificate file formats are: | ||
+ | |||
+ | * Personal Information Exchange - PCKS #12 (''.pfx'' or ''.p12''); | ||
+ | * Base64 encoded PEM X.509 (''.pem'' or ''.key''), either: | ||
+ | * containing both private key and the certificate; | ||
+ | * containing a private key only, with certificate in a separate file. The certificate needs to have the same base name as the private key, with ''.crt'' or ''.cer'' extensions and be in the Base64 encoded PEM X.509 format. | ||
===== Supported Cryptographic Protocols and Cipher Suites ===== | ===== Supported Cryptographic Protocols and Cipher Suites ===== |