
If you have error to establish connection with socket, add this code in nginx .config file.
Continue reading

If you have error to establish connection with socket, add this code in nginx .config file.
Continue reading

Simple command to import any certificate(free, not free) into pfx with password.
|
1 2 3 4 |
openssl pkcs12 -export -out /tmp/certificate.pfx -inkey /etc/letsencrypt/live/WEBSITE/privkey.pem -in /etc/letsencrypt/live/WEBSITE/cert.pem -certfile /etc/letsencrypt/live/WEBSITE/chain.pem |

Simple Tutorial to publish aspnet core on centos in 5 minute!
Continue reading