GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 99 forks source link

Can i use a exist certificates instead of generate by simplehttp2server? #35

Closed hronro closed 6 years ago

surma commented 6 years ago

Yes, as long as you save the public key as cert.pem and the private key as key.pem, that should “just” work :)