Fix Chrome “missing_subjectAltName” error with SAP

% ipa cert-request ip-bad.csr --principal host/iptest.ipa.local ipa: ERROR: invalid 'csr': IP address in subjectAltName (192.168.2.2) unreachable from DNS names. Requesting a certificate for a user principal fails. The CSR has Subject DN CN=alice and the SAN extension contain … OpenSSL missing_subjectAltName error on Chrome and Apache Apr 24, 2017 Subject Alternative Name (SAN) with sapgenpse

Apr 14, 2020

Generate ssl certificates with Subject Alt Names on OSX. Open ssl.conf in a text editor.. Edit the domain(s) listed under the [alt_names] section so that they match the local domain name you want to use for your project, e.g.. DNS.1 = my-project.dev Additional FQDNs can be added if required: Security - Create self signed SAN certificate with OpenSSL Jan 22, 2018

Creating a CA

openssl req: Interactively specify subjectAltName (SAN Firefox & Chrome now require the subjectAltName (SAN) X.509 extension for certificates.. Please provide a way to specify the SAN interactively (along the CN) when generating certs & reqs using the openssl command line tool (openssl req).Currently one has to do some ugly …