Tag: nginx
-
Convert Pfx to .crt/.key file and use it on nginx
A pfx file has been sent to active ssl on nginx. So what can i do to active certificate on nginx. Let’s look closer what steps will be done? First of all, we have to create encrypted key file and crt file. Follwing code block shows us how encrypted key file can be created. openssl…