Keith Irwin

Results 26 comments of Keith Irwin

Not to be a Bumping Betty, but is there any progress on this? I see the point of having a discussion, but arguments have been made, counter-arguments have been made......

OK... cool. I'm not a python expert, but I know how to concat strings. :smiley: Never contributed to open source before either but I'll give it a whirl. I have...

OK. I read through those discussions. Here are some questions that came up, and my proposals: 1. **Question** Is creating a new file the best implementation? **Proposal**: Yes, because: -...

Yeah, I also thought about `fullchainwithkey.pem`. It actually might be easier to put "fullchain" second, like `privkeyfullchain.pem` because an "f" is taller than a "p" and that makes it easier...

OK, the key goes first. I like the underscore... Its readable too.

> Do we want to support every use case by default? No, just mine :stuck_out_tongue_closed_eyes: I'd like to hear from sydneyli's research into other issues to determine if there are...

Does that mean the id token is worthless without the client ID? I had [a problem](http://stackoverflow.com/a/35124955/3006854) a few months ago, whereby my `passport.authenticate(google-id-token)` route only accepted the token in a...

Oh! Maybe that was it. I do have `body-parser`, but might have added it _after_ setting up `google-id-token`. To be honest, if the query string is secure, I'll just keep...

For reference, on arch linux I had to run `sudo grub-mkconfig -o /boot/grub/grub.cfg` instead of `sudo update-grub`

> Seems that there is also no file-path option for the api you use (or they removed it). Agreed, this looks like a breaking change that was never fixed. Gitea...