Connect to EPP Server with SSLstream & PEM files

Nikolaus DDS

New member
Joined
Sep 16, 2024
Messages
2
Points
1
I hope someone can help me out with this, it involves using TCPClient/SSLStream for connecting to an EPP gateway. A certificate is also required in order to establish an authenticated and encrypted communications channel between my program and the registry.

According to the registry I must pass 3 files:
cert.pem - public key (my x.509 certificate)
key.pem - my private key.
cacert.pem - The Root Certificate for the Certificate Authority that signed your certificate.

I've gone out and purchased my SSL. I then created my key file, downloaded my certificate along with the root certificate, and converted all of these to PEM using openssl. The issue is, now that I have all of these, I'm not really sure how I would go about passing them with my SSLstream connection in vb.net..
 
Top