The Common Name (CN) does NOT have to be the FQDN of the server,
unlike a web certificate.
You must NOT use a wildcard in the CN as some clients
will fail
The CN is effectively just a name and the same server cert can
be installed on multiple servers, unlike a web certificate
The CN SHOULD be in the format a.b.c, i.e. of a hostname (as
opposed to 'A B C'). Some clients will complain if the syntax is
wrong.
The data may be visible to the end user so choose the contents
wisely.
The CN is automatically copied into the Subject Alt Name field,
to make some clients happy
Installing the generated CRL on a server will make clients
happy. Some won't like it if the CRL entry in the certificate exists but
isn't valid. Other clients will fail if there isn't a CRL entry in
the certificate
The certificates are x509 v3 SHA256 and valid for 100
years
The TLS Web Server Authentication extension is included
Make a note of your passphrase because it won't be referred to
again and is definitely not recoverable