Skip to content

v0.18.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 09:36
· 25 commits to main since this release
912ba4d

This release contains a new feature, contributed by @doxsch. Users now have the flexibility to load certificates and keys in multiple formats: as strings or files. The feature automatically determines the format based on the input provided.

When a string is provided, the extension verifies if it is a valid PEM certificate. If it passes the validation, the certificate is loaded as is. Alternatively, if the input does not meet the PEM certificate criteria, the extension interprets it as a file path and attempts to load the corresponding file.

In the event that neither method succeeds, the extension will gracefully handle the situation and provide an informative error message to assist users in troubleshooting.

What's Changed

  • feat: add support for loading PEM certificates as string as well as file path by @doxsch in #221

New Contributors

Full Changelog: v0.18.0...v0.18.1