Files
shuffle-cracked/frontend
dependabot[bot] 3c05cf43ac build(deps): bump class-transformer
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>
2025-03-21 11:27:39 +00:00
..
2025-03-04 00:13:31 +05:30
2024-10-15 15:15:44 +02:00
2020-05-11 19:17:35 +02:00

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