3c05cf43ac
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [class-transformer](https://github.com/typestack/class-transformer). Updates `class-transformer` from 0.2.3 to 0.5.1 - [Release notes](https://github.com/typestack/class-transformer/releases) - [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/typestack/class-transformer/compare/v0.2.3...v0.5.1) --- updated-dependencies: - dependency-name: class-transformer dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Lalits frontend magic
Localhost Certificate info:
Creating a localhost certificate:
openssl genrsa -out privkey.pem 2048
openssl req -new -key privkey.pem -out certreq.csr
openssl x509 -req -days 3650 -in certreq.csr -signkey privkey.pem -out fullchain.pem
Using your own certificate
If you have your own .crt and .key file, you can do it like this:
openssl x509 -in mycert.crt -out fullchain.cert.pem -outform PEM
The KEY file has to be named privkey.pem
mv cert.key privkey.pem