@vitejs/plugin-basic-ssl
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@vitejs/plugin-basic-ssl npm

A plugin to generate untrusted certificates which still allows to access the page after proceeding a wall with warning.

In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure server.https

Usage

// vite.config.js
import basicSsl from '@vitejs/plugin-basic-ssl'

export default {
  plugins: [
    basicSsl()
  ]
}

License

MIT

Keywords

none

Install

npm i @vitejs/plugin-basic-ssl

DownloadsWeekly Downloads

259,053

Version

1.0.1

License

MIT

Unpacked Size

1.19 MB

Total Files

8

Last publish

Collaborators

  • soda
  • vitebot
  • yyx990803
  • patak
  • antfu