Skip to content

Basic https setup using an automatically generated self-signed certificate

License

Notifications You must be signed in to change notification settings

digiinsanity/vite-plugin-basic-ssl

 
 

Repository files navigation

@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

About

Basic https setup using an automatically generated self-signed certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.2%
  • JavaScript 34.8%
  • CSS 10.7%
  • HTML 2.3%