amppackager
amppackager copied to clipboard
Improve CLI use case
trafficstars
Some folks are using cmd/transform + gen-signedexchange offline, rather than running cmd/amppkg online. Improve this use case, filling in the gaps of the other things amppkg does with offline alternatives:
- [ ] Adding a
-versionflag tocmd/transformso it can output older versions. - [ ] Specifying the proper inner headers (perhaps output as flags to
gen-signedexchange). - [ ] Specifying the proper outer headers. (Is there a way to do this e.g. with static files on Apache or nginx?)
- [ ] Perhaps knowing when the OCSP response needs to be refreshed. (Though rq +
opensslcan be used for this.) - [ ] Maybe ACME cert renewal (unless we can confirm an existing CLI works for SXG certs).
- [ ] Anything else?
cc @ithinkihaveacat @uskay