Michael Ströder wrote:
> Rich Megginson wrote:
>
>> Is it possible to use two different CA certs in a single python-ldap
>> app?
>>
>
> There are two options:
>
> 1. Stuff all trusted CA certs into one "PEM" file and use
> ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, '/path/to/allcacerts.pem
Rich Megginson wrote:
> Is it possible to use two different CA certs in a single python-ldap
> app?
There are two options:
1. Stuff all trusted CA certs into one "PEM" file and use
ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, '/path/to/allcacerts.pem')
2. Copy all CA certs in a directory and use