Skip to content

verovd/vscode-opensslutils

 
 

Repository files navigation

OpenSSL Utils

OpenSSL utils allows you to invoke the most frequent OpenSSL commands directly from Visual Studio Code.

Configuration

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.

Features

Generate Private Key

Generate Key and Csr

Generate RSA Private Key and Certificate Signing Request

Generate Key and Csr

Generate self-signed Certificate and Private Key

Generate Self-signed

Certificate and CSR preview

Preview

Export PKCS#12

P12

Convert PEM encoded Certificate to DER

PEM2DER

Convert DER encoded Certificate to PEM

DER2PEM

Requirements

You must have OpenSSL 0.9.8 or greater in your PATH.

Known Issues

At the time of writing this README there are no known issues.

Release Notes

1.1.1

  • add support to use openssl through Windows Subsystem for Linux on Windows

1.0.1

  • 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.

Contributors

  • Omar de Mingo
  • Fabrizio Balsamo

License

OpenSSL Utils is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.0%
  • TypeScript 28.1%
  • CSS 9.2%
  • JavaScript 3.7%