OpenSSL utils allows you to invoke the most frequent OpenSSL commands directly from Visual Studio Code.
If openssl in not on your path you can change the opensslutils.opensslPath
setting to provide the full path to the openssl executable.
For Windows users: in order to use OpenSSL through Windows Subsystem for Linux (WSL) you must set opensslutils.useWsl
to true.
You must have OpenSSL 0.9.8 or greater in your PATH.
At the time of writing this README there are no known issues.
- add support to use openssl through Windows Subsystem for Linux on Windows
- Fix a css issue on Windows
- Add a setting to specify the full path to the openssl executable.
- Using the PKCS#12 export command, show an error message if no workspace has been opened.
- Omar de Mingo
- Fabrizio Balsamo
OpenSSL Utils is licensed under the MIT license.