You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Certificate for SOLR (issued by just generated CA)
if [[ "$OSTYPE" == "darwin"* ]]; then
sed -i '' "s/DNS.1./DNS.1 = $SOLR_SERVER_NAME/" openssl.cnf;
else
sed -i "s/DNS.1./DNS.1 = $SOLR_SERVER_NAME/" openssl.cnf;
fi
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?
The text was updated successfully, but these errors were encountered: