1.0.1 • Published 2 years ago

plugin-basic-ssl-vue2 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

plugin-basic-ssl-vue2 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 'plugin-basic-ssl-vue2'

export default {
  plugins: [
    basicSsl()
  ]
}

License

MIT

1.0.1

2 years ago

1.0.0

2 years ago