Viceroy icon indicating copy to clipboard operation
Viceroy copied to clipboard

draft: generate certificate and serve over http and https

Open JakeChampion opened this issue 2 years ago • 2 comments

pushing this up to see if there is interest in seeing this feature land and if this approach is along the right tracks

TODO:

  • [ ] Allow certificate to be provided via cli flag
  • [ ] Allow certificate to be provided via fastly.toml
  • [ ] Allow http and https port to be defiend via cli flag

JakeChampion avatar Mar 18 '24 09:03 JakeChampion

I have a high expectation of this! We really need it to run our Compute services with secure context to debug cookie behavior(related: https://github.com/fastly/Viceroy/issues/50) and satisfy requirements of our internal backends.

arayaryoma avatar Apr 04 '24 10:04 arayaryoma

This seems really promising! In addition to the TODOs above, have you considered allowing the user to provide a list of SAN(s) to be included in the cert, so that they can test with their 'real' name for the service?

kpfleming avatar Jul 29 '24 14:07 kpfleming