063c82ee0d
Add copy auth id button on auth tab of admin page Added workflow link redirection for datastore key . Open docs in new tab for integration partner when it is external link. Fix multiple light theme text issue and dialog box issues. change usecase title for light theme to:
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