Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
This PR creates a new package duplicating the truststore logic into its own package.
My intent is for a subsequent PR to refactor
main()to use the truststore package, and remove truststore logic from the main package.