Problem:
1, Logon to the HUB appliance as friend/sspassword then using "sudo bash" change to super user.
2. Execute the following commands:
cp -p /opt/lwl/bin/createcsr.sh /opt/lwl/bin/createcsr.sh.bkup
vi +68 /opt/lwl/bin/createcsr.sh
3. Type the following to display line number and verify you're on line 68:
:set number
4. Using cursor keys navigate to end of "OrganizationName" and press "a" to append, add the variable "OrganizationalUnitName"
68 for token in countryName stateOrProvinceName localityName organizationName organizationalUnitName commonName subjectAltName; do
5. Press the "esc" key and write and quit the file with the following commands:
:wq!
6. Modify the template file used for csr:
cp -p /etc/lwl/ssl/csr.config.template /etc/lwl/ssl/csr.config.template.bkup
vi +19 /etc/lwl/ssl/csr.config.template
7. Type the following to display line number and verify you're on line 19:
:set number
8. Copy the following into clip board:
organizationalUnitName = Organization Unit Name (eg, company)
organizationalUnitName_default = Support
9. Type "i" to insert and "Enter" to go to the next line, Left Click into the Putty Window, then holding shift right click to paste. It should look like this:
...
18 organizationName_default = Liquidware, Inc.
19
20 organizationalUnitName = Organization Unit Name (eg, company)
21 organizationalUnitName_default = Support
22
23 commonName = Common Name (e.g. server FQDN or YOUR name)
...
10.Press the "esc" key and write and quit the file with the following commands:
:wq!
11. Then proceed to use the steps outlined in Scenario 2 to follow and create a csr on our appliance: Placing Signed SSL Certificates on the Appliances (liquidware.com)
Product: Stratusphere FIT/UX
Product Version: 6.6.1+
Expires on: 365 days from publish date
Updated: July 5, 2023