chetan
Results
1
issues of
chetan
I am running application on localhost.following command I use to generate certificate and private key `sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out cert.crt` following is...