Skip to content

if [alt_names] >= 10 then all DNS.1x become DNS.1 #31

@papinifrancesco

Description

@papinifrancesco

Hi Angel,
I was trying to define more than 9 SANs but when I run ./run.sh openssl.conf gets modified in a weird way ... example:

openssl.conf (edited by me)
[...]
[alt_names]
DNS.1 = localhost
DNS.2 = 127.0.0.1
DNS.3 = alfresco-local
DNS.4 = alfresco-remote
DNS.5 = solr-local
DNS.6 = solr-remote
DNS.7 = solr7
DNS.8 = solr8
DNS.9 = solr9
DNS.10 = solr10
DNS.11 = solr11

then I run : ./run.sh

I open openssl.conf again:

[...]
[alt_names]
DNS.1 = localhost
DNS.2 = 127.0.0.1
DNS.3 = alfresco-local
DNS.4 = alfresco-remote
DNS.5 = solr-local
DNS.6 = solr-remote
DNS.7 = solr7
DNS.8 = solr8
DNS.9 = solr9
DNS.1 = localhost
DNS.1 = localhost

could you please have a look at it when possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions