#certificates
Read more stories on Hashnode
Articles with this tag
TLDR; To generate the certs, create a CSR file with the following: openssl genrsa -out domain.com.key 2048 openssl req -new -sha256 -key...