commit 2bb1776bacc96357fc182ef396508fe71816e0b0 from: Omar Polo date: Thu Jul 29 07:48:43 2021 UTC keep the openssl key generation example under 80 columns commit - 301e039d24172a5e15bed60701bf279798d28621 commit + 2bb1776bacc96357fc182ef396508fe71816e0b0 blob - e9be35e9eaa846b32c57afa09585bbb7434bf23b blob + 054d3eb32d6c96c6a892597250191af0c957023c --- gmid.1 +++ gmid.1 @@ -662,7 +662,8 @@ First, the RSA certificate is created using a wildcard .Bd -literal -offset indent # openssl genrsa \-out /etc/ssl/private/example.com.key 4096 # openssl req \-new \-x509 \-key /etc/ssl/private/example.com.key \e - \-out /etc/ssl/example.com.crt \-days 36500 \-nodes \-subj "/CN=*.com" + \-out /etc/ssl/example.com.crt \-days 36500 \-nodes \e + \-subj "/CN=example.com" # chmod 600 /etc/ssl/example.com.crt # chmod 600 /etc/ssl/private/example.com.key .Ed