OpenSSL CSR with Subject Alternative Names ########################################## :date: 2012-02-07 09:54 :tags: openssl, csr, subjectAltName I had the requirement to create a certificate with a subject Alternative Name (additional dns names for the same host). Again it turned out not to be that simple. A extra configuration has to be created and the SubjectAltName can be added in this config for the Signing Request. We will create a private key file together with a CSR. SubjectAltName in Certificate Signing Request ============================================= .. code-block:: bash #?/bin/sh cat > my.cnf <