I have few questions 1. Is there a java keystore equivalent in golang? 2. http.ListenAndServeTLS expects .pem files as input and .pem is in plain text and easily readable and I don't want that. Is it possible to have files in .der or any other encrypted format passed to http.ListenAndServeTLS if so, how? 3. If I must use .pem files as input to http.ListenAndServeTLS how do I secure them ?
-- 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.