Update generate-certificate.sh to write certs etc. to current dir#79
Update generate-certificate.sh to write certs etc. to current dir#79ghenry wants to merge 1 commit intorustls:mainfrom
Conversation
|
This works as expected now: |
|
I don't consider |
|
For writing the certs out to a directory you're working in? That's not a very complicated need and should have been the default IMHO. I think of this as a bug fix, but your call obviously. |
|
I mean that you should not be using this script, as it is strictly intended for this repository's maintainers to help maintain the test suite, and not for anything else. "bug fix" implies that there is expected behavior to verify the actual behavior against, and I am arguing the behavior is unspecified. If you want to make changes, please maintain your own copy. |
|
Understood, thanks. |
|
@ghenry Thanks for the PR. As I mentioned on the other issue thread I think we should delete that script entirely. It's never even been used for this repo's code. I've put up a PR doing so and replaced it with a pure Rust alternative for generating our test certificates: #80 You might find the new If you're especially keen to have your bash script fix live on it looks like |
Caught me out a few times now, so submitting this PR.
Thanks!