see: http://track.sipfoundry.org/browse/XCF-2655

Recent changes in gen-ssl-keys.sh.in make it generate CA cert files that 
default to organization names, which pretty often include spaces.

Code is sipXconfig.sh that does not work with space is here:

  Certificates=`find $AuthoritiesDir | egrep -i '.(crt|crl)$'`
  @bin.dir@/ssl-cert/create-ssl-truststore.sh --checksum \
    $SslDir/.authorities-contents.md5 \
    --truststore $TrustStore $Certificates


Anybody knows shell tricks to make it work?
Maybe it'd be simpler to replaces spaces with '_' when generating CA files?
Other suggestions?
D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to