Re: [go-nuts] Loading Certificate and Key from string not file for HTTPs server

2021-10-08 Thread Sam Caldwell
hat is suggested in this thread, but >> I'd say that as a community we should pursue a better option. >> On Monday, September 13, 2021 at 4:14:01 PM UTC-5 bse...@computer.org >> wrote: >> >>> On Mon, Sep 13, 2021 at 3:03 PM Sam Caldwell >>> wrote: >>

Re: [go-nuts] Loading Certificate and Key from string not file for HTTPs server

2021-10-08 Thread Sam Caldwell
UTC-5 bse...@computer.org wrote: > On Mon, Sep 13, 2021 at 3:03 PM Sam Caldwell > wrote: > >> Does anyone have any ideas of an easy path to load certificate and key >> files from a string rather than a file? >> >> *Use Case:* >> 1. traditionally we all put a cl

[go-nuts] Loading Certificate and Key from string not file for HTTPs server

2021-09-13 Thread Sam Caldwell
Does anyone have any ideas of an easy path to load certificate and key files from a string rather than a file? *Use Case:* 1. traditionally we all put a cleartext file on disk with our private key and public certificate. If the server is breached, we just regenerate all the things and move on.