Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1642

Lightweight self-signed certificate

$
0
0

There is API end-point in my local development that should works via https.I generated self-signed certificate using following steps:

  1. openssl genrsa -out cert.key 2048
  2. openssl req -new -key cert.key -out cert.csr
  3. openssl x509 -req -days 3650 -in cert.csr -signkey cert.key -out cert.crt

It works, but many requests to that end-point lead to intensive overhead.Is there way to generate the certificate for maximum lightweight computation?


Viewing all articles
Browse latest Browse all 1642

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>