Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document or Replace Shell Usage #3

Open
Sherlouk opened this issue Jan 6, 2023 · 0 comments
Open

Document or Replace Shell Usage #3

Sherlouk opened this issue Jan 6, 2023 · 0 comments

Comments

@Sherlouk
Copy link
Contributor

Sherlouk commented Jan 6, 2023

Currently this command-line tool depends on having openssl installed on the user's machine. This is common enough, especially for the target audience, that I don't believe it'll be a major issue - but it could cause unexpected errors and is not current documented.

It might be nice to explore the ability to write the same functionality using Swift - there are many existing wrappers (https://swiftpackageindex.com/keywords/openssl) which could potentially work.

Sherlouk added a commit that referenced this issue Mar 25, 2023
Documentation for OpenSSL suggests that this unnamed parameter should be at the end of the command call, where we had it in the middle. While this has been working fine for me, it was raised in issue #6 that this was breaking for some installations of OpenSSL.

This potentially backs the work in issue #3 to replace OpenSSL usage with a standardised Swift library - removing versions from the mix.

Have locally built authority and leaf, working fine with change. Unsure if addresses issue though as can't reproduce.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant