Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

Windows un-escaped characters (bug) in scripts to create self-signed certs #312

Closed dwk2 closed 4 years ago

dwk2 commented 4 years ago

Issue description

For an issue, describe steps to reproduce the issue

Windows 10.

Steps:

$ ./local.sh
Generating a RSA private key
...................................................+++++
.........................................................+++++
writing new private key to '../../../config/proxy/ssl-certs/unbound.localdomain.key'
-----
name is expected to be in the format /type0=value0/type1=value1/type2=... where characters may be escaped by \. This name is not in that format: 'C:/Program Files/Git/C=US/O=Islandora Collaboration Group/OU=Domain Control Validated/CN=unbound.localdomain'
problems making Certificate Request
What's the expected result?
What's the actual result?

Additional details / screenshots

20190830-0001

dwk2 commented 4 years ago

This issue has been completed with the merging of PR https://github.com/Islandora-Collaboration-Group/ISLE/pull/313.