My Feed
Rixnew
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
ExploreDraftsBookmarksHackathonsTeam Blogs
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

SSL

SSL

#ssl

Write An Article
17 Followers·232 Articles
HotNew
Aditya Krishnakumar
blog.beingadityak.com·Mar 18, 2023

Setup paid SSL Certificates for your NGINX installation

TLDR; To generate the certs, create a CSR file with the following: openssl genrsa -out domain.com.key 2048 openssl req -new -sha256 -key domain.com.key -out domain.com.cs Upload the contents of t…

Setup paid SSL Certificates for your NGINX installation
nginxSSL+1
1