create server.crt and server.key file
Creating/Generating Server.crt and server.key file Steps: 1. Download OpenSSL in your system 2. install this 3. run this command from OpenSSL script prompt : openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt 4 . files would be generated and would be stored in your local system folder. 👍 Like this guide if it works for you! 💬 Comment below if you need any help or have questions.