You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could do a little file validation here based on the file type chosen and sniffing of contents through basic heuristics to help ensure the user has chosen not obviously definitely wrong files based on either JKS or PEM formats.
@noeldevelops could do the form -> extension host messaging easy enough, and a @jlrobins or @shouples could provide the implementation functions for extension-side validateSSLFileFormat(type: PEMorJKSEnum, path: Path): void or Error-with-message-to-show-to-user-raised function.
The text was updated successfully, but these errors were encountered:
We could do a little file validation here based on the file type chosen and sniffing of contents through basic heuristics to help ensure the user has chosen not obviously definitely wrong files based on either JKS or PEM formats.
@noeldevelops could do the form -> extension host messaging easy enough, and a @jlrobins or @shouples could provide the implementation functions for extension-side
validateSSLFileFormat(type: PEMorJKSEnum, path: Path): void or Error-with-message-to-show-to-user-raised
function.The text was updated successfully, but these errors were encountered: