Use openssl to generate a csr for a certificate
Create a certificate signing request and a certificate key for server1.fubar.com where: Company name: Fubar Corporation City: Podunk State: Alabama Division of the Company: Network Administration openssl req -new -newkey rsa:2048 -nodes -keyout server1.fubar.com.key -out server1.fubar.com.csr \ -subj “/C=US/ST=Alabama/L=Podunk/O=Fubar Corporation/OU=Network … Continue reading →
