2

I am working on a https proxy and I need to change the https certificate on the fly. For example:

  1. a client request www.google.com
  2. the https server(proxy) must create a certificate with CommonName = www.google.com
  3. the https server must send this certificate to client

The https server takes as parameters the key and certificate, but I don't need a static certificate, I need to change the certificate on every different request.

Any ideas?

Joe
  • 41,484
  • 20
  • 104
  • 125
John Smith
  • 1,276
  • 4
  • 17
  • 35

0 Answers0