Export to template introduces space between subject alternative names,...
Brought to you by:
chris2511
When exporting a certificate with subject alternative names (SAL) to a template, spaces are introduced after each ",".
Thus
SAL "IP:1.2.3.4,DNS:foo.example.com,DNS:bar.example.com" turns into
SAL "IP:1.2.3.4, DNS:foo.example.com, DNS:bar.example.com".
I don't know if it breaks anything if you immediately use the template to create a Certificate. If you click on the "Edit" button at the right, the Editor will take the space prefixed parts, change their type to "URI", and make the existing type prefix part of the data.
The result looks like this:
SAL "IP:1.2.3.4,URI:DNS:foo.example.com,URI:DNS:bar.example.com".
Fixed in XCA 1.3.0
commit deb319d43c2a023332550c8a7940fa594c77aa78
Author: Christian Hohnstaedt christian@hohnstaedt.de
Date: Wed Apr 15 05:47:19 2015 +0200