Hello fellow Gophers.

I'm programming an HTTPS server and PEM-encoded certificate data is given 
in bytes rather than file paths, additionally the data may not touch host 
file system.

However, the public functions of http.Server only accept certificate data 
in files, and with recently introduced HTTP v2 support several private 
initialisers are invoked in ServeTLS(), making it quite difficult to 
re-implement that particular function.

Has anyone got a suggestion?

Thanks.

Kind regards,
Howard

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to