# the fully qualified server (or service) name FQDN = id1.storedme.com ALTNAMES = DNS:$FQDN # --- no modifications required below --- [ req ] default_bits = 2048 default_md = sha256 prompt = no encrypt_key = no distinguished_name = dn req_extensions = req_ext [ dn ] CN = $FQDN [ req_ext ] subjectAltName = $ALTNAMES