metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

Providing more than one cert #77

Closed sergchernata closed 7 years ago

sergchernata commented 7 years ago

If I can make a connection via this command:

openssl s_client -connect ote.registrar.tld:700 
-key /etc/letsencrypt/live/domain.tld/privkey.pem 
-cert /etc/letsencrypt/live/domain.tld/cert.pem 
-CAfile /etc/letsencrypt/live/domain.tld/chain.pem

How would that translate into a connection with this library? I see an option to add only one certificate and I need to provide 3.